Update access_applications.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 27s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 27s
This commit is contained in:
@@ -262,14 +262,14 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_rdp_domain"
|
|||||||
domain = var.cloudflare_subdomain_rdp
|
domain = var.cloudflare_subdomain_rdp
|
||||||
|
|
||||||
# Target criteria - references the existing gcp_rdp_target
|
# Target criteria - references the existing gcp_rdp_target
|
||||||
target_criteria = [{
|
# target_criteria = [{
|
||||||
port = 3389
|
# port = 3389
|
||||||
protocol = "RDP"
|
# protocol = "RDP"
|
||||||
target_attributes = {
|
# target_attributes = {
|
||||||
# hostname = [var.cloudflare_target_rdp_name] # This will be "Domain-Controller"
|
# hostname = [var.cloudflare_target_rdp_name] # This will be "Domain-Controller"
|
||||||
hostname = "var.cloudflare_target_rdp_name"
|
# hostname = "var.cloudflare_target_rdp_name"
|
||||||
}
|
# }
|
||||||
}]
|
# }]
|
||||||
|
|
||||||
# Identity provider settings
|
# Identity provider settings
|
||||||
allowed_idps = [var.cloudflare_okta_identity_provider_id]
|
allowed_idps = [var.cloudflare_okta_identity_provider_id]
|
||||||
|
|||||||
Reference in New Issue
Block a user