From 88212a7a64c6a8ee7148cc66c80195a3cce5026c Mon Sep 17 00:00:00 2001 From: Robert Peteuil Date: Fri, 10 Jul 2020 16:03:50 -0700 Subject: [PATCH] change enforcement level --- container-infrastructure/sentinel.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-infrastructure/sentinel.hcl b/container-infrastructure/sentinel.hcl index d544a76..f93200a 100644 --- a/container-infrastructure/sentinel.hcl +++ b/container-infrastructure/sentinel.hcl @@ -14,5 +14,5 @@ module "tfconfig-functions" { policy "restrict-app-service-to-https" { source = "./restrict-app-service-to-https.sentinel" - enforcement_level = "hard-mandatory" + enforcement_level = "soft-mandatory" }