Update access_groups.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 7s

This commit is contained in:
2025-11-18 12:24:02 +01:00
parent 2c57341558
commit b0fff83d0b

View File

@@ -43,7 +43,7 @@ locals {
# On retire les pays "main"
blocked_countries_except_main = [
for code in local.all_countries : code
if !(code in local.main_countries)
if not (code in local.main_countries)
]
# OS posture checks