terraform-operations
Installation
SKILL.md
Terraform Operations Skill
Execute local Terraform operations with ServiceNow change control.
Tools
| Tool | Description |
|---|---|
terraform_init |
Initialize Terraform working directory |
terraform_validate |
Validate configuration syntax |
terraform_fmt |
Format configuration files |
terraform_plan |
Generate execution plan |
terraform_apply |
Apply changes (REQUIRES CR) |
terraform_destroy |
Destroy infrastructure (REQUIRES CR) |
terraform_output |
Show output values |
terraform_state_list |
List resources in state |
terraform_import |
Import existing infrastructure |