Update access_applications.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 25s

This commit is contained in:
2025-11-16 20:25:00 +01:00
parent 57d34139e6
commit c5103844cd

View File

@@ -24,7 +24,8 @@ data "cloudflare_zero_trust_access_application" "example_zero_trust_access_appli
# Creating the Target
resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_ssh_target" {
account_id = local.cloudflare_account_id
hostname = var.cloudflare_target_ssh_name
# hostname = var.cloudflare_target_ssh_name
hostname = "GCP-database"
ip = {
ipv4 = {
# ip_addr = var.gcp_vm_internal_ip
@@ -243,7 +244,8 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_web_intranet
# Creating the Target
resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_rdp_target" {
account_id = local.cloudflare_account_id
hostname = var.cloudflare_target_rdp_name
# hostname = var.cloudflare_target_rdp_name
hostname = "Domain-Controller"
ip = {
ipv4 = {
ip_addr = "10.0.4.101"