0PricingLogin
Terraform Infrastructure as Code · Lesson

Sentinel Policies for Governance

Learn to write and enforce policy-as-code using HashiCorp Sentinel to ensure compliance and governance across your Terraform deployments.

Policy-as-Code & Sentinel Intro

What if you could automatically ensure your infrastructure deployments meet certain rules? That's the power of Policy-as-Code (PaC). PaC defines rules for infrastructure creation and modification in a programmable way, bringing governance into your development workflow. HashiCorp Sentinel is a powerful PaC framework designed for this purpose.

Sentinel's Role with Terraform

Sentinel integrates directly with Terraform Cloud and Terraform Enterprise. It acts as a gatekeeper, evaluating your Terraform execution plan before any changes are applied to your cloud environment. This crucial step prevents non-compliant or insecure infrastructure from ever being provisioned, enforcing rules proactively.

All lessons in this course

  1. Multi-Cloud and Hybrid Cloud Patterns
  2. Sentinel Policies for Governance
  3. Terraform Cloud and Enterprise
  4. Building Custom Providers
← Back to Terraform Infrastructure as Code