ExecuteTerraformCommand
Run Terraform commands (init, plan, validate, apply, destroy) in AWS accounts. Specify working directory, variables, and region to manage infrastructure efficiently with structured outputs.
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 |