huawei-cloud-terraform-generator
Installation
SKILL.md
Huawei Cloud Terraform Generator
1. Overview
This skill turns user infrastructure goals into Terraform configurations for Huawei Cloud. The primary workflow is to:
- understand the user's actual deployment intent
- determine which resources should be created
- determine whether existing resources should be reused
- confirm key specifications and dependencies
- verify every resource specification against the target region's available resources — query first, write later
- ensure Terraform is installed
- generate Terraform configuration files
- run validation steps and fix generation issues until
terraform plansucceeds - ask user for confirmation and execute
terraform applyif approved
This skill provides an interactive workflow where the agent guides the user through credential configuration, validates the plan, and executes apply upon explicit user confirmation.