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
|
||||
|
||||
# Target criteria - references the existing gcp_rdp_target
|
||||
target_criteria = [{
|
||||
port = 3389
|
||||
protocol = "RDP"
|
||||
target_attributes = {
|
||||
# target_criteria = [{
|
||||
# port = 3389
|
||||
# protocol = "RDP"
|
||||
# target_attributes = {
|
||||
# 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
|
||||
allowed_idps = [var.cloudflare_okta_identity_provider_id]
|
||||
|
||||
Reference in New Issue
Block a user