terraform-enterprise

Manage multi-cloud Terraform provisioning with remote state and policy-as-code.

18|2|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/Lobbi-Docs/claude --skill terraform-enterprise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-enterprise
Source: https://github.com/Lobbi-Docs/claude/tree/main/iac-golden-architect/skills/terraform-enterprise
Command: npx skills add https://github.com/Lobbi-Docs/claude --skill terraform-enterprise

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guidance for enterprise-grade Terraform, including remote state, workspaces, policy-as-code and Atlantis.

Core Features & Use Cases

  • Multi-Cloud Provider Support: AWS/Azure/GCP configurations with Terrafrom.
  • Remote State & Workspaces: Terraform Cloud/Enterprise workflows.
  • Policy-as-Code: Sentinel/OPA for governance.
  • Use Case: Manage a multi-environment platform with policy checks on plan.

Quick Start

Initialize a Terraform Enterprise project with a workspace and a sample policy.

Frequently Asked Questions about terraform-enterprise

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

FAQPage Schema
How do I set up remote state management in Terraform Enterprise?

Remote state in Terraform Enterprise stores infrastructure state centrally, enabling team collaboration and locking to prevent concurrent modifications. Configure a workspace with a remote backend pointing to Terraform Cloud or Enterprise, then initialize your project to begin syncing state automatically across your team.

What is policy-as-code in Terraform, and how does it enforce governance?

Policy-as-code uses Sentinel or OPA to automatically validate Terraform plans against organizational rules before applying changes. Policies check resource configurations, cost limits, and compliance requirements, blocking non-compliant infrastructure provisioning across AWS, Azure, and GCP.

Can I manage multiple cloud providers with a single Terraform workflow?

Yes, Terraform Enterprise supports multi-cloud provisioning across AWS, Azure, and GCP in unified workspaces. Use provider blocks and modules to abstract provider-specific logic, allowing consistent infrastructure management and workspace orchestration across all three clouds simultaneously.

How do I integrate Atlantis with Terraform Enterprise for automated plan reviews?

Atlantis automates Terraform plan and apply workflows by listening for pull request comments, running plans in Terraform Enterprise workspaces, and posting results back to your repository. This enables peer review of infrastructure changes before application, improving governance and visibility.

What workspace patterns should I use for multi-environment Terraform deployments?

Terraform Enterprise workspaces isolate state per environment—development, staging, production—allowing independent infrastructure management. Organize workspaces by environment and team, use variable sets for environment-specific configuration, and apply policies uniformly across all workspaces for consistent governance.

Does Terraform Enterprise handle complex resource dependencies across modules?

Yes, Terraform Enterprise manages dependencies through explicit module references and data sources, orchestrating resource creation order automatically. Use remote state data sources to reference outputs from other workspaces, enabling coordinated multi-workspace provisioning with proper dependency resolution.