From d514408755e7d725f60417893347b4747245bfd2 Mon Sep 17 00:00:00 2001 From: Robert Peteuil Date: Fri, 10 Jul 2020 09:27:34 -0700 Subject: [PATCH] adjust cost policies --- cost/sentinel.hcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cost/sentinel.hcl b/cost/sentinel.hcl index fa612e4..5f68bb2 100644 --- a/cost/sentinel.hcl +++ b/cost/sentinel.hcl @@ -23,10 +23,10 @@ policy "limit-cost-and-percentage-increase" { enforcement_level = "advisory" } -policy "limit-cost-by-workspace-name" { - source = "./limit-cost-by-workspace-name.sentinel" - enforcement_level = "advisory" -} +# policy "limit-cost-by-workspace-name" { +# source = "./limit-cost-by-workspace-name.sentinel" +# enforcement_level = "advisory" +# } policy "limit-proposed-monthly-cost" { source = "./limit-proposed-monthly-cost.sentinel"