ExecuteTerraformCommand
Run Terraform commands (init, plan, validate, apply, destroy) in a specified directory for AWS infrastructure. Supports custom variables, AWS region settings, and ANSI output stripping for clear results.
Instructions
Execute Terraform workflow commands against an AWS account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aws_region | No | AWS region to use | |
command | Yes | Terraform command to execute | |
strip_ansi | No | Whether to strip ANSI color codes from output | |
variables | No | Terraform variables to pass | |
working_directory | Yes | Directory containing Terraform files |