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" }