Update access_rule_groups.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 13s

This commit is contained in:
2025-11-16 12:22:42 +01:00
parent a5454d42d2
commit 8a34c3de55

View File

@@ -37,11 +37,13 @@ resource "cloudflare_zero_trust_access_group" "default_groups" {
account_id = local.cloudflare_account_id account_id = local.cloudflare_account_id
name = "default group" name = "default group"
include = [{ include = [
email = { {
id = "thedjinhn@gmail.com" email = {
email = "thedjinhn@gmail.com"
}
} }
}] ]
} }
#================================================== #==================================================