terraform

Provision and manage cloud infrastructure with Terraform using HCL.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the provisioning and management of cloud infrastructure using Infrastructure as Code (IaC) with Terraform, ensuring consistent, repeatable, and version-controlled deployments across multiple environments. It reduces manual errors and speeds up infrastructure setup.

Core Features & Use Cases

  • Infrastructure Provisioning: Define and deploy cloud resources (AWS, GCP, Azure) using HCL, managing infrastructure declaratively.
  • State Management: Manage Terraform state with remote backends and locking, ensuring collaboration and preventing conflicts.
  • Module Development: Create reusable modules for common infrastructure patterns, promoting consistency and reusability.
  • Use Case: Plan a new AWS EKS cluster deployment using an existing Terraform module, specifying the desired Kubernetes version and node count, and previewing all changes before application.

Quick Start

Use the terraform skill to initialize the Terraform configuration in the current directory, upgrading backend configurations if necessary.