Skip to content

Instantly share code, notes, and snippets.

@yasinuygun
Last active March 18, 2021 05:22
Show Gist options
  • Save yasinuygun/cd5fddb28f33630488bdac7de691cfa6 to your computer and use it in GitHub Desktop.
Save yasinuygun/cd5fddb28f33630488bdac7de691cfa6 to your computer and use it in GitHub Desktop.
terraform commands
tfenv list-remote # list all versions
tfenv list # list installed versions
tfenv install <version>
tfenv use <version>
rm-rf .terraform/modules # delete modules
terraform init
terraform plan -target=module.<module-name> # plan change for target module
terraform apply -target=module.<module-name> # apply the change for target module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment