Introduction
Sometimes you want to make sure your cloud resources follow rules before they are created. Sentinel lets you write these rules as code to check your Terraform plans automatically.
When you want to block creating resources that don't meet your company's security rules.
When you need to enforce cost limits on cloud resources before deployment.
When you want to ensure naming conventions are followed for all infrastructure.
When you want to prevent accidental deletion of critical resources.
When you want to automate policy checks in your Terraform workflow.