terraform-engineer

Provision cloud infrastructure using Terraform/OpenTofu and HCL.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill terraform-engineer-404kidwiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-engineer
Source: https://github.com/404kidwiz/claude-supercode-skills/tree/main/terraform-engineer-skill
Command: npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill terraform-engineer-404kidwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the provisioning and management of cloud infrastructure using Infrastructure as Code (IaC) principles, ensuring consistency, repeatability, and scalability.

Core Features & Use Cases

  • Declarative Infrastructure: Define your infrastructure in HCL (HashiCorp Configuration Language) for Terraform or OpenTofu.
  • State Management: Manages infrastructure state securely using remote backends and locking.
  • Modular Design: Encourages building reusable modules for common infrastructure patterns.
  • Use Case: Deploy a production-ready, multi-tier web application infrastructure on AWS, including VPC, EKS cluster, RDS database, and load balancers, all defined and managed by Terraform.

Quick Start

Use the terraform-engineer skill to provision a new AWS VPC with public and private subnets.

Frequently Asked Questions about terraform-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I provision AWS infrastructure using Terraform and HCL?

Terraform state management tracks your infrastructure's current configuration to enable safe updates and deletions. This skill secures state using remote backends with locking, preventing concurrent modifications and ensuring consistent infrastructure provisioning across teams.

Can I use OpenTofu with existing Terraform configurations?

Refactoring monolithic Terraform code involves breaking down large configurations into reusable modules for common infrastructure patterns. This skill helps you restructure your codebase to achieve modular design, improving maintainability and scalability across your cloud deployments.

Does this support implementing GitOps workflows for cloud provisioning?

Yes, this supports implementing GitOps workflows for cloud provisioning by integrating Infrastructure as Code with automation pipelines. This skill designs GitOps-driven automation to manage your infrastructure lifecycle, ensuring consistent deployments directly from your version control system.

How do I migrate existing infrastructure into Terraform?

Migrating existing infrastructure into Terraform requires importing current cloud resources into your state management system. This skill handles the migration process, bringing your existing cloud infrastructure under declarative IaC management using HCL and remote backends.