terraform

Installation
SKILL.md

When to use this skill

Use this skill whenever the user wants to:

  • 编写或调试 Terraform 配置文件(.tf
  • 管理云基础设施(AWS、Azure、GCP、阿里云等)
  • 配置 Terraform providers、resources、data sources
  • 管理 Terraform state、modules、workspaces

How to use this skill

  1. 配置文件:HCL 语法定义 provider、resource、variable、output、module。
  2. 工作流terraform initterraform planterraform applyterraform destroy
  3. State 管理:本地或远程( S3 + DynamoDB、Azure Blob、阿里云 OSS 等)。
  4. Modules:复用基础设施模板,版本化管理。

Best Practices

Installs
18
GitHub Stars
1
First Seen
Jun 23, 2026
terraform — full-stack-skills/devops-skills