├── .gitignore ├── README.md ├── check-terraform-version.sentinel ├── restrict-s3-buckets.sentinel ├── sentinel.hcl ├── terraform-sentinel-cis-policies └── sentinel.hcl └── terraform-sentinel-cost-control-policies ├── less-than-100-month.sentinel └── sentinel.hcl /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacksimplify/terraform-sentinel-policies/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacksimplify/terraform-sentinel-policies/HEAD/README.md -------------------------------------------------------------------------------- /check-terraform-version.sentinel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacksimplify/terraform-sentinel-policies/HEAD/check-terraform-version.sentinel -------------------------------------------------------------------------------- /restrict-s3-buckets.sentinel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacksimplify/terraform-sentinel-policies/HEAD/restrict-s3-buckets.sentinel -------------------------------------------------------------------------------- /sentinel.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacksimplify/terraform-sentinel-policies/HEAD/sentinel.hcl -------------------------------------------------------------------------------- /terraform-sentinel-cis-policies/sentinel.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacksimplify/terraform-sentinel-policies/HEAD/terraform-sentinel-cis-policies/sentinel.hcl -------------------------------------------------------------------------------- /terraform-sentinel-cost-control-policies/less-than-100-month.sentinel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacksimplify/terraform-sentinel-policies/HEAD/terraform-sentinel-cost-control-policies/less-than-100-month.sentinel -------------------------------------------------------------------------------- /terraform-sentinel-cost-control-policies/sentinel.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacksimplify/terraform-sentinel-policies/HEAD/terraform-sentinel-cost-control-policies/sentinel.hcl --------------------------------------------------------------------------------