This commit is contained in:
@@ -28,9 +28,9 @@ resource "cloudflare_zero_trust_access_policy" "home_network_policy" {
|
|||||||
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"
|
||||||
}
|
# }]
|
||||||
}
|
}
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user