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