This commit is contained in:
@@ -32,7 +32,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_aws_app_vnc_brow
|
||||
allow_authenticate_via_warp = false
|
||||
|
||||
policies = [{
|
||||
id = cloudflare_zero_trust_access_policy.policies["employees_browser_rendering"].id
|
||||
id = cloudflare_zero_trust_access_policy.policies["aws_employees_browser_rendering"].id
|
||||
}]
|
||||
}
|
||||
|
||||
@@ -66,6 +66,6 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_gcp_app_vnc_brow
|
||||
allow_authenticate_via_warp = false
|
||||
|
||||
policies = [{
|
||||
id = cloudflare_zero_trust_access_policy.policies["employees_browser_rendering"].id
|
||||
id = cloudflare_zero_trust_access_policy.policies["gcp_employees_browser_rendering"].id
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user