terraform

Quick Start (workflow)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "terraform" with this command: npx skills add bobmatnyc/claude-mpm-skills/bobmatnyc-claude-mpm-skills-terraform

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

git-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

local-llm-ops

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

phoenix-ops

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

digitalocean-agentic-cloud

No summary provided by upstream source.

Repository SourceNeeds Review