Last active
May 2, 2018 04:33
-
-
Save sgnl/ed924594933dfbe77a45dd2ed4da69a5 to your computer and use it in GitHub Desktop.
Terraform notes
This file contains 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 | |
- initializes | |
- installs modules | |
- aws | |
- gce | |
terraform plan | |
- test | |
- audit mode | |
terraform apply | |
- audit mode | |
- possible errors shown here | |
- confirmation required to deploy for realsies | |
terraform show | |
- inspect mode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment