Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    bobmatnyc

    terraform

    bobmatnyc/terraform
    DevOps
    10
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Terraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails

    SKILL.md

    Terraform

    Quick Start (workflow)

    terraform init
    terraform plan -out=tfplan
    terraform apply tfplan
    

    Safety Checklist

    • State: remote backend + locking; separate state per environment
    • Reviews: plan in CI; apply from a trusted runner with approvals
    • Guardrails: prevent_destroy and policy checks for prod

    Load Next (References)

    • references/state-and-environments.md — backends, locking, workspaces vs separate state, drift
    • references/modules-and-composition.md — module interfaces, versioning, composition patterns
    • references/workflows-and-guardrails.md — CI plan/apply, policy-as-code, safe migrations
    Recommended Servers
    Cloudflare
    Cloudflare
    Vercel
    Vercel
    Bitbucket
    Bitbucket
    Repository
    bobmatnyc/claude-mpm-skills
    Files