Update access_applications.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:
@@ -135,14 +135,14 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_browser"
|
|||||||
auto_redirect_to_identity = false
|
auto_redirect_to_identity = false
|
||||||
allow_authenticate_via_warp = false
|
allow_authenticate_via_warp = false
|
||||||
|
|
||||||
policies = [
|
# policies = [
|
||||||
{
|
# {
|
||||||
id = cloudflare_zero_trust_access_policy.policies["employees_browser_rendering"].id
|
# id = cloudflare_zero_trust_access_policy.policies["employees_browser_rendering"].id
|
||||||
},
|
# },
|
||||||
{
|
# {
|
||||||
id = cloudflare_zero_trust_access_policy.policies["contractors_browser_rendering"].id
|
# id = cloudflare_zero_trust_access_policy.policies["contractors_browser_rendering"].id
|
||||||
}
|
# }
|
||||||
]
|
# ]
|
||||||
}
|
}
|
||||||
|
|
||||||
#======================================================
|
#======================================================
|
||||||
@@ -169,9 +169,9 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_vnc_browser"
|
|||||||
auto_redirect_to_identity = false
|
auto_redirect_to_identity = false
|
||||||
allow_authenticate_via_warp = false
|
allow_authenticate_via_warp = false
|
||||||
|
|
||||||
policies = [{
|
# policies = [{
|
||||||
id = cloudflare_zero_trust_access_policy.policies["employees_browser_rendering"].id
|
# id = cloudflare_zero_trust_access_policy.policies["employees_browser_rendering"].id
|
||||||
}]
|
# }]
|
||||||
}
|
}
|
||||||
|
|
||||||
#======================================================
|
#======================================================
|
||||||
@@ -198,9 +198,9 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_web_competit
|
|||||||
auto_redirect_to_identity = true
|
auto_redirect_to_identity = true
|
||||||
allow_authenticate_via_warp = false
|
allow_authenticate_via_warp = false
|
||||||
|
|
||||||
policies = [{
|
# policies = [{
|
||||||
id = cloudflare_zero_trust_access_policy.policies["competition_web_app"].id
|
# id = cloudflare_zero_trust_access_policy.policies["competition_web_app"].id
|
||||||
}]
|
# }]
|
||||||
}
|
}
|
||||||
|
|
||||||
#======================================================
|
#======================================================
|
||||||
@@ -227,9 +227,9 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_web_intranet
|
|||||||
auto_redirect_to_identity = true
|
auto_redirect_to_identity = true
|
||||||
allow_authenticate_via_warp = false
|
allow_authenticate_via_warp = false
|
||||||
|
|
||||||
policies = [{
|
# policies = [{
|
||||||
id = cloudflare_zero_trust_access_policy.policies["intranet_web_app"].id
|
# id = cloudflare_zero_trust_access_policy.policies["intranet_web_app"].id
|
||||||
}]
|
# }]
|
||||||
}
|
}
|
||||||
|
|
||||||
#======================================================
|
#======================================================
|
||||||
@@ -278,9 +278,9 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_rdp_domain"
|
|||||||
options_preflight_bypass = false
|
options_preflight_bypass = false
|
||||||
|
|
||||||
# Reference the policy from cloudflare-app-policies.tf
|
# Reference the policy from cloudflare-app-policies.tf
|
||||||
policies = [{
|
# policies = [{
|
||||||
id = cloudflare_zero_trust_access_policy.policies["domain_controller"].id
|
# id = cloudflare_zero_trust_access_policy.policies["domain_controller"].id
|
||||||
}]
|
# }]
|
||||||
|
|
||||||
# Depends on the existing target
|
# Depends on the existing target
|
||||||
depends_on = [
|
depends_on = [
|
||||||
|
|||||||
Reference in New Issue
Block a user