terraform▌
15 indexed skills · max 10 per page
terraform-diagrams
eraserlabs/eraser-io · Cloud
Generate architecture diagrams from Terraform infrastructure code. \n \n Parses .tf files to extract resources, modules, data sources, and variables across AWS, Azure, and GCP providers \n Maps resource dependencies and relationships, grouping by provider and showing VPCs/VNets as containers \n Converts Terraform to Eraser DSL and renders cloud architecture diagrams via the Eraser API \n Requires network access and an Eraser API key; supports multi-provider setups and module hierarchies \n
new-terraform-provider
hashicorp/agent-skills · Cloud
Scaffold a new Terraform provider using the Plugin Framework. \n \n Generates a new Go module workspace with the standard \"terraform-provider-\" naming convention and initializes required dependencies \n Provides a template main.go file following HashiCorp's Plugin Framework patterns, with TODO markers for customization \n Validates the setup by running build and test commands to ensure the provider compiles and passes initial checks \n Handles workspace management by confirming intent before c
terraform-engineer
jeffallan/claude-skills · Cloud
Infrastructure as code implementation across AWS, Azure, and GCP with modular design and state management. \n \n Covers module development, state backend configuration with locking and encryption, provider setup, and multi-environment workflows \n Enforces validation, semantic versioning, and security constraints; includes error recovery patterns for state drift, auth failures, and dependency issues \n Provides structured workflows: analyze requirements, design composable modules, configure remo
terraform-module-library
sickn33/antigravity-awesome-skills · Cloud
Production-ready Terraform module patterns for AWS, Azure, and GCP infrastructure.
terraform-skill
sickn33/antigravity-awesome-skills · Cloud
Comprehensive Terraform and OpenTofu guidance covering testing, modules, CI/CD, and production patterns. Based on terraform-best-practices.com and enterprise experience.
terraform-specialist
sickn33/antigravity-awesome-skills · Cloud
You are a Terraform/OpenTofu specialist focused on advanced infrastructure automation, state management, and modern IaC practices.
terraform-infrastructure
aj-geddes/useful-ai-prompts · Cloud
Build scalable infrastructure as code with Terraform, managing AWS, Azure, GCP, and on-premise resources through declarative configuration, remote state, and automated provisioning.
terraform-search-import
hashicorp/agent-skills · Cloud
Discover existing cloud resources using declarative queries and generate configuration for bulk import into Terraform state.
pulumi-terraform-to-pulumi
pulumi/agent-skills · Cloud
Critical constraints — read before acting:
terraform-skill
antonbabenko/terraform-skill · Cloud
Terraform and OpenTofu guidance for modules, testing, CI/CD, and infrastructure-as-code architecture. \n \n Covers module hierarchy, naming conventions, code structure standards, and count vs. for_each patterns with decision matrices \n Testing strategy framework spanning static analysis, native test framework (1.6+), Terratest, and security scanning tools (Trivy, Checkov) \n CI/CD integration guidance including workflow stages, cost optimization, and automated cleanup strategies \n Version mana