Update access_rule_groups.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
This commit is contained in:
@@ -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"
|
||||||
}
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
#==================================================
|
#==================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user