Update access.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 20s

This commit is contained in:
2025-11-14 18:27:35 +01:00
parent 18af969808
commit 78beac717a

View File

@@ -23,15 +23,15 @@ data "cloudflare_zero_trust_access_application" "example_zero_trust_access_appli
# ============================================================================= # =============================================================================
# #
resource "cloudflare_zero_trust_access_policy" "home_network_policy" { #resource "cloudflare_zero_trust_access_policy" "home_network_policy" {
account_id = local.cloudflare_account_id # account_id = local.cloudflare_account_id
application_id = cloudflare_zero_trust_access_application.example_zero_trust_access_application.id # application_id = cloudflare_zero_trust_access_application.example_zero_trust_access_application.id
name = "Home Network Access Policy" # name = "Home Network Access Policy"
decision = "allow" # decision = "allow"
# include [{ # include [{
# email = "thedjinhn@gmail.com" # email = "thedjinhn@gmail.com"
# }] # }]
} #}
# ============================================================================= # =============================================================================
# CLOUDFLARE : Access : Rule groups # CLOUDFLARE : Access : Rule groups