Skip to content

Instantly share code, notes, and snippets.

@afym
Created June 19, 2017 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afym/457b509884a47f45ae3eac53ddd8a790 to your computer and use it in GitHub Desktop.
Save afym/457b509884a47f45ae3eac53ddd8a790 to your computer and use it in GitHub Desktop.
terraform commands
$ terraform init
$ terraform get
$ terraform env list
$ terraform env new test
$ terraform env select test
$ terraform plan -var-file=variables/sydney.tfvars
$ terraform apply -var-file=variables/sydney.tfvars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment