terraform-engineer

Codify cloud infrastructure with modular Terraform/OpenTofu configurations and remote state management.

8|11|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/belokonm/claude-supercode-skills --skill terraform-engineer-belokonm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-engineer
Source: https://github.com/belokonm/claude-supercode-skills/tree/main/terraform-engineer-skill
Command: npx skills add https://github.com/belokonm/claude-supercode-skills --skill terraform-engineer-belokonm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Infrastructure teams need scalable, repeatable, and auditable cloud provisioning. This skill provides Terraform and OpenTofu expertise to codify infrastructure as modular, version-controlled configurations with robust state management and GitOps workflows.

Core Features & Use Cases

  • Modular Terraform/OpenTofu patterns for VPCs, clusters, and managed services with reusable modules.
  • Remote state management, locking, and backends to ensure safe multi-environment deployments.
  • GitOps-driven automation pipelines and migration strategies for existing infrastructure.

Quick Start

Create a production-ready Terraform project with remote state and a modular VPC/EKS setup using OpenTofu modules.

Frequently Asked Questions about terraform-engineer

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

FAQPage Schema
How do I structure Terraform modules for multi-environment deployments?

Structure Terraform modules for multi-environment deployments by codifying cloud resources into modular, version-controlled configurations with remote backends and locking to ensure safe, repeatable provisioning across VPCs and clusters.

What is the best way to manage Terraform state in a GitOps pipeline?

The best way to manage Terraform state in a GitOps pipeline is using remote state management with locking and backends, enforcing secure secret handling and version pinning for auditable infrastructure automation.

Can I use OpenTofu modules to provision a production-ready VPC and EKS setup?

Yes, you can use OpenTofu modules to provision a production-ready VPC and EKS setup by applying modular architecture patterns, remote state backends, and version-controlled configurations for scalable cloud resources.

How do I migrate existing infrastructure to a GitOps-driven Terraform workflow?

Migrate existing infrastructure to a GitOps-driven Terraform workflow by codifying current cloud resources into modular configurations, adopting remote state management, and integrating automation pipelines for repeatable deployments.

Does this approach enforce secure secret handling and version pinning for cloud resources?

Yes, this approach enforces secure secret handling and version pinning for cloud resources by codifying infrastructure with modular design, robust state management, and GitOps-ready automation pipelines.

When do I need remote state backends and locking for Terraform configurations?

You need remote state backends and locking for Terraform configurations when executing multi-environment deployments to prevent state corruption, ensure safe concurrent access, and maintain auditable infrastructure provisioning.