Update access_controls_Policies_Rule_Groups.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 7s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 7s
This commit is contained in:
@@ -108,6 +108,24 @@ locals {
|
||||
]
|
||||
}
|
||||
|
||||
#==================================================
|
||||
# Default Rule Groups
|
||||
#===================================================
|
||||
resource "cloudflare_zero_trust_access_group" "default_groups" {
|
||||
account_id = local.cloudflare_account_id
|
||||
name = "default group"
|
||||
zone_id = local.cloudflare_zone_id
|
||||
is_default = true
|
||||
|
||||
include = [
|
||||
{
|
||||
email = {
|
||||
email = "thedjinhn@gmail.com"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
# SAML Rule Groups
|
||||
resource "cloudflare_zero_trust_access_group" "saml_groups" {
|
||||
for_each = local.saml_groups
|
||||
|
||||
Reference in New Issue
Block a user