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

This commit is contained in:
2025-11-16 12:20:06 +01:00
parent 35b1309b94
commit 1e0afe384f

View File

@@ -37,9 +37,9 @@ 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 = "thedjinhn@gmail.com" email = "thedjinhn@gmail.com"
} }]
} }
#================================================== #==================================================