terraform

Automate Terraform infrastructure provisioning and management across environments.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/kumewata/dotfiles --skill terraform-kumewata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform
Source: https://github.com/kumewata/dotfiles/tree/main/config/agents/skills/terraform
Command: npx skills add https://github.com/kumewata/dotfiles --skill terraform-kumewata

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Terraform Expert Engineer Skill helps teams codify and automate cloud infrastructure, reducing manual setup and drift across environments.

Core Features & Use Cases

  • Design and implement infrastructure as code with Terraform.
  • Manage state, modules, backends, and workspaces for scalable environments.
  • Use cases include provisioning VPCs, compute instances, and managed services across cloud providers.

Quick Start

Initialize a Terraform project with a minimal backend and run a plan to verify changes.

Frequently Asked Questions about terraform

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

FAQPage Schema
How do I automate cloud infrastructure provisioning with Terraform?

Automating cloud infrastructure provisioning with Terraform uses infrastructure as code to initialize, plan, and apply configurations. This approach codifies resources like VPCs and compute instances, reducing manual setup and configuration drift across cloud environments.

What is the best way to manage Terraform state for multi-environment deployments?

Managing Terraform state for multi-environment deployments requires configuring backends and workspaces. This Skill supports backend configurations and state management to help teams scale infrastructure securely without state conflicts across different environments.

How do I design reusable Terraform modules for scalable environments?

Designing reusable Terraform modules involves structuring infrastructure as code to support scalable environments. This Skill assists in module design, allowing you to provision managed services across cloud providers consistently and efficiently.

Can I use Terraform to provision VPCs and compute instances across different cloud providers?

Yes, you can use Terraform to provision VPCs, compute instances, and managed services across cloud providers. This Skill supports CLI workflows for initializing, planning, applying, and destroying resources to automate your cloud infrastructure.

Why does Terraform configuration drift happen and how do I prevent it?

Terraform configuration drift happens when manual changes bypass infrastructure as code. You can prevent drift by using this Skill to codify cloud infrastructure and manage state through backends, ensuring consistent multi-environment deployments.