Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Terraform + Digitalocean
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Terraform + Digitalocean

Hi:

Can any of you help me with a template for Terraform + Digitalocean.

Thanks.

Comments

  • cassacassa Member
    edited March 2015

    Like:

    resource "digitalocean_droplet" "web" {
      name = "tf-web"
      size = "512mb"
      image = "centos-5-8-x32"
      region = "sfo1"
    }
    

    ?

    Thanked by 1martip07
  • @cassa

    Actually more the part of credentials/provider.

Sign In or Register to comment.