Alias Terraform
Scorciatoie per Infrastructure as Code con Terraform e Ansible.
Panoramica
Questi alias sono definiti in terraform.aliases.sh e caricati automaticamente da chezmoi. Forniscono comandi brevi per le operazioni IaC comuni.
Riferimento
Terraform
| Alias | Descrizione |
|---|---|
tf | Scorciatoia Terraform |
tfi | Terraform init |
tfp | Terraform plan |
tfa | Terraform apply |
tfaa | Terraform apply (approvazione automatica) |
tfd | Terraform destroy |
tff | Terraform format |
tfv | Terraform validate |
Ansible
| Alias | Descrizione |
|---|---|
ans | Scorciatoia Ansible |
ansp | Ansible Playbook |
anslint | Ansible Lint |