├── LICENSE ├── README.md ├── aws ├── enforce-mandatory-tags.sentinel └── sentinel.hcl ├── azure ├── enforce-mandatory-tags.sentinel └── sentinel.hcl ├── bonus_lab ├── aws-restrict-all-but-ssh.sentinel ├── azure-restrict-vm-size.sentinel ├── gcp-restrict-machine-type.sentinel └── sentinel.hcl └── gcp ├── enforce-mandatory-labels.sentinel └── sentinel.hcl /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/README.md -------------------------------------------------------------------------------- /aws/enforce-mandatory-tags.sentinel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/aws/enforce-mandatory-tags.sentinel -------------------------------------------------------------------------------- /aws/sentinel.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/aws/sentinel.hcl -------------------------------------------------------------------------------- /azure/enforce-mandatory-tags.sentinel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/azure/enforce-mandatory-tags.sentinel -------------------------------------------------------------------------------- /azure/sentinel.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/azure/sentinel.hcl -------------------------------------------------------------------------------- /bonus_lab/aws-restrict-all-but-ssh.sentinel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/bonus_lab/aws-restrict-all-but-ssh.sentinel -------------------------------------------------------------------------------- /bonus_lab/azure-restrict-vm-size.sentinel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/bonus_lab/azure-restrict-vm-size.sentinel -------------------------------------------------------------------------------- /bonus_lab/gcp-restrict-machine-type.sentinel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/bonus_lab/gcp-restrict-machine-type.sentinel -------------------------------------------------------------------------------- /bonus_lab/sentinel.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/bonus_lab/sentinel.hcl -------------------------------------------------------------------------------- /gcp/enforce-mandatory-labels.sentinel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/gcp/enforce-mandatory-labels.sentinel -------------------------------------------------------------------------------- /gcp/sentinel.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/tfc-workshops-sentinel/HEAD/gcp/sentinel.hcl --------------------------------------------------------------------------------