Update access_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:
@@ -102,7 +102,7 @@ resource "cloudflare_zero_trust_access_group" "sales_team_rule_group" {
|
||||
}
|
||||
|
||||
resource "cloudflare_zero_trust_access_group" "admins_rule_group" {
|
||||
account_id = var.cloudflare_account_id
|
||||
account_id = local.cloudflare_account_id
|
||||
name = "Administrators"
|
||||
|
||||
include = [
|
||||
|
||||
Reference in New Issue
Block a user