adding comments to lines - 2
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled

This commit is contained in:
2025-11-20 10:37:08 +01:00
parent b6e19a37f8
commit 3d0099f810

View File

@@ -438,15 +438,15 @@ variable "cloudflare_windows_rdp_tunnel_name_gcp" {
# WARP CONNECTOR TUNNEL IDS # WARP CONNECTOR TUNNEL IDS
#====================================================== #======================================================
variable "cloudflare_tunnel_warp_connector_azure_id" { #variable "cloudflare_tunnel_warp_connector_azure_id" {
description = "ID of the WARP Connector Tunnel manually created for Azure in UI" # description = "ID of the WARP Connector Tunnel manually created for Azure in UI"
type = string # type = string
} #}
variable "cloudflare_tunnel_warp_connector_gcp_id" { #variable "cloudflare_tunnel_warp_connector_gcp_id" {
description = "ID of the WARP Connector Tunnel manually created for GCP in UI" # description = "ID of the WARP Connector Tunnel manually created for GCP in UI"
type = string # type = string
} #}
#variable "cloudflare_tunnel_warp_connector_aws_id" { #variable "cloudflare_tunnel_warp_connector_aws_id" {
# description = "ID of the WARP Connector Tunnel manually created for AWS in UI" # description = "ID of the WARP Connector Tunnel manually created for AWS in UI"