Skip to content

Commit 156c08f

Browse files
authored
fix cloud-agnostic sentinel.hcl (hashicorp#216)
1 parent 04042d8 commit 156c08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ policy "limit-cost-and-percentage-increase" {
3939
enforcement_level = "advisory"
4040
}
4141

42-
policy "limit-cost-by-workspace-type" {
43-
source = "./limit-cost-by-workspace-type.sentinel"
42+
policy "limit-cost-by-workspace-name" {
43+
source = "./limit-cost-by-workspace-name.sentinel"
4444
enforcement_level = "advisory"
4545
}
4646

0 commit comments

Comments
 (0)