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:
@@ -38,7 +38,9 @@ resource "cloudflare_zero_trust_access_group" "default_groups" {
|
||||
name = "default group"
|
||||
|
||||
include = [{
|
||||
email = "thedjinhn@gmail.com"
|
||||
email = {
|
||||
id = "thedjinhn@gmail.com"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user