terraform-engineer

Implement infrastructure as code with Terraform across AWS, Azure, and GCP.

9|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/stephanj/claude-code-collections --skill terraform-engineer-stephanj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-engineer
Source: https://github.com/stephanj/claude-code-collections/tree/main/skills/terraform-engineer
Command: npx skills add https://github.com/stephanj/claude-code-collections --skill terraform-engineer-stephanj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the complexity of managing multi-cloud infrastructure, preventing common pitfalls like state corruption, insecure configurations, and manual deployment errors.

Core Features & Use Cases

  • Modular Design: Provides patterns for creating reusable, versioned infrastructure modules.
  • State Management: Offers best practices for remote backends, state locking, and secure environment isolation.
  • Use Case: When deploying a multi-region AWS architecture, use this skill to ensure your VPC, EKS, and RDS modules follow DRY principles and include automated security validation.

Quick Start

Use the terraform-engineer skill to review my current infrastructure code and suggest improvements for state management and security.

Frequently Asked Questions about terraform-engineer

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

FAQPage Schema
How do I prevent Terraform state corruption when managing multi-cloud infrastructure?

Prevent Terraform state corruption by configuring remote backends with state locking to ensure secure environment isolation across AWS, Azure, and GCP platforms.

What is the best way to structure scalable infrastructure as code across AWS, Azure, and GCP?

Structure scalable infrastructure as code by developing modular, versioned Terraform modules that follow DRY principles for reusable cloud architecture components.

How do I integrate automated security validation into my Terraform deployment workflow?

Integrate automated security validation into Terraform deployments by utilizing policy-as-code integration and input validation to enforce production-grade IaC compliance.

Does this approach work for configuring remote backends and automated testing in production environments?

Yes, this approach works for production environments by facilitating remote backend configuration, automated testing, and secure state management to satisfy production-grade IaC requirements.

When should I use modular design patterns for multi-region AWS architecture?

Use modular design patterns for multi-region AWS architecture when deploying VPC, EKS, and RDS modules to ensure DRY principles and secure environment isolation.