YAML for Terraform CLI
Execute Terraform CLI commands with integration-based authentication.
YAML examples for Terraform CLI
Terraform infrastructure commands
yaml- action: "terraform plan -input=false" type: "TERRAFORM" version: "latest" execute_commands: - "terraform init -input=false" - "terraform plan -input=false" - "#terraform apply -auto-approve -input=false" backend: "CUSTOM"
Terraform with AWS backend
yaml- action: "terraform plan -input=false" type: "TERRAFORM" execute_commands: - "terraform init -input=false" - "terraform plan -input=false" - "#terraform apply -auto-approve -input=false" version: "latest" integration: "amazon-web-services" backend: "AMAZON"