Skip to content

Commit e537f11

Browse files
authored
Merge pull request hashicorp#270 from hashicorp/update-sentinel-hcl
add restrict-resources-by-module-source to sentinel.hcl
2 parents 3b209ae + 8b670fa commit e537f11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

governance/third-generation/cloud-agnostic/sentinel.hcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ policy "restrict-databricks-clusters" {
104104
enforcement_level = "advisory"
105105
}
106106

107+
policy "restrict-resources-by-module-source" {
108+
source = "./restrict-resources-by-module-source.sentinel"
109+
enforcement_level = "advisory"
110+
}
111+
107112
policy "validate-variables-have-descriptions" {
108113
source = "./validate-variables-have-descriptions.sentinel"
109114
enforcement_level = "advisory"

0 commit comments

Comments
 (0)