terraform-infrastructure

Terraform infrastructure as code workflow for provisioning cloud resources, creating reusable modules, and managing infrastructure at scale.

Content Preview
---
name: terraform-infrastructure
description: "Terraform infrastructure as code workflow for provisioning cloud resources, creating reusable modules, and managing infrastructure at scale."
category: granular-workflow-bundle
risk: safe
source: personal
date_added: "2026-02-27"
---

# Terraform Infrastructure Workflow

## Overview

Specialized workflow for infrastructure as code using Terraform including resource provisioning, module creation, state management, and multi-environment deployments.
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/terraform-infrastructure.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/terraform-infrastructure/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/terraform-infrastructure/SKILL.md

Related Skills