Skip to content

Instantly share code, notes, and snippets.

@jesusvazquez
Last active January 9, 2018 11:18
Show Gist options
  • Save jesusvazquez/ce7321e3086902c8c6347df5990624e8 to your computer and use it in GitHub Desktop.
Save jesusvazquez/ce7321e3086902c8c6347df5990624e8 to your computer and use it in GitHub Desktop.

Terraform Cheatsheet

Debug stuff

Debug any command             TF_LOG=debug terraform <command>

Plan and Apply single resource

terraform plan -target <resource>
terraform apply -target <resource>

Move resources

terraform state mv <old_resource> <new_resource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment