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

This commit is contained in:
2025-11-14 18:57:51 +01:00
parent 59c20b959b
commit eb8ac0f752

View File

@@ -18,26 +18,26 @@
# =============================================================================
#
resource "cloudflare_zero_trust_access_group" "example_zero_trust_access_group" {
include = [{
group = {
#resource "cloudflare_zero_trust_access_group" "example_zero_trust_access_group" {
# include = [{
# group = {
# id = "aa0a4aab-672b-4bdb-bc33-a59f1130a11f"
}
}]
name = "Allow devs"
# }
# }]
# name = "Allow devs"
# zone_id = "zone_id"
exclude = [{
group = {
# exclude = [{
# group = {
# id = "aa0a4aab-672b-4bdb-bc33-a59f1130a11f"
}
}]
is_default = true
require = [{
group = {
# }
# }]
# is_default = true
# require = [{
# group = {
# id = "aa0a4aab-672b-4bdb-bc33-a59f1130a11f"
}
}]
}
# }
# }]
#}
# =============================================================================
# CLOUDFLARE : Access : Service auth