Created
June 19, 2017 15:51
-
-
Save afym/457b509884a47f45ae3eac53ddd8a790 to your computer and use it in GitHub Desktop.
terraform commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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