HCL syntax, resources/data-sources, state management, modules, workspaces, plan/apply workflow, providers, remote backends.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill terraform --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Terraform?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-terraform)More formats (shields.io, HTML) on the badges page.
---
name: terraform
description: HCL syntax, resources/data-sources, state management, modules, workspaces, plan/apply workflow, providers, remote backends.
---
## terraform
Infrastructure as code with Terraform.
### HCL syntax
- Blocks: resource, data, variable, output, provider
- Expressions: interpolation, functions, for_each, count
- Type constraints: string, number, bool, list, map, object
### State management
- Remote backends: S3, GCS, AzureRM, Terraform Cloud
- State locking with DynamoDB or consul
- terraform state commands for inspection
- Workspaces for environment isolation
### Modules
- Root module vs child modules
- Input variables and output values
- Module registry (public and private)
- Version constraints in required_providers
### Workflow
- terraform init, validate, plan, apply, destroy
- Plan output review before apply
- Terraform Cloud / Enterprise runs
- Policy as Code (Sentinel / OPA)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.