Terraform Reference Appendix
Source files
.chezmoitemplates/aliases/terraform/terraform.aliases.sh
Alias reference
| Alias | Command |
|---|---|
ans | ansible |
ansg | ansible-galaxy |
anslint | ansible-lint |
ansp | ansible-playbook |
tf | terraform |
tfa | terraform apply |
tfaa | terraform apply -auto-approve |
tfd | terraform destroy |
tfda | terraform destroy -auto-approve |
tff | terraform fmt |
tfi | terraform init |
tfo | terraform output |
tfp | terraform plan |
tfs | terraform state |
tfv | terraform validate |
tip | tofu init && tofu plan |
tofu | tofu |
Validation
- Run
chezmoi applyafter alias updates. - Run
dot doctorto validate your shell state.