Точечный targeted plan terraform
Ограничить план одним адресом; note: -target — аварийный приём, может скрывать дрейф
terraform plan -target='module.db.aws_db_instance.main'
more terraform
all 43 commands →
Refresh-only план (детект дрейфа)
terraform plan -refresh-only
Миграция backend при init
terraform init -migrate-state -backend-config=backend.hcl
Запрос outputs через jq
terraform output -json | jq -r '.endpoints.value[]'
Трассировка плана через TF_LOG
TF_LOG=DEBUG TF_LOG_PATH=tf.log terraform plan
Plan с файлом переменных
terraform plan -var-file=prod.tfvars -out=plan.tfplan