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:
@@ -266,7 +266,8 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_rdp_domain"
|
|||||||
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"
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user