Skip to content

Instantly share code, notes, and snippets.

@sgnl
Last active May 2, 2018 04:33
Show Gist options
  • Save sgnl/ed924594933dfbe77a45dd2ed4da69a5 to your computer and use it in GitHub Desktop.
Save sgnl/ed924594933dfbe77a45dd2ed4da69a5 to your computer and use it in GitHub Desktop.
Terraform notes
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