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:
@@ -47,7 +47,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_infra" {
|
|||||||
port = "22",
|
port = "22",
|
||||||
protocol = "SSH"
|
protocol = "SSH"
|
||||||
target_attributes = {
|
target_attributes = {
|
||||||
hostname = [var.cloudflare_target_ssh_name]
|
hostname = "var.cloudflare_target_ssh_name"
|
||||||
},
|
},
|
||||||
}]
|
}]
|
||||||
|
|
||||||
@@ -241,7 +241,7 @@ resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_rdp_target" {
|
|||||||
hostname = "var.cloudflare_target_rdp_name"
|
hostname = "var.cloudflare_target_rdp_name"
|
||||||
ip = {
|
ip = {
|
||||||
ipv4 = {
|
ipv4 = {
|
||||||
ip_addr = var.gcp_windows_vm_internal_ip
|
ip_addr = "10.0.4.101"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user