This commit is contained in:
12
access.tf
12
access.tf
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user