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

This commit is contained in:
2025-11-20 10:36:01 +01:00
parent e1167fe22b
commit b6e19a37f8

View File

@@ -448,17 +448,15 @@ variable "cloudflare_tunnel_warp_connector_gcp_id" {
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"
type = string # type = string
} #}
variable "cloudflare_tunnel_warp_connector_ovh_id" {
description = "ID of the WARP Connector Tunnel manually created for OVH in UI"
type = string
}
#variable "cloudflare_tunnel_warp_connector_ovh_id" {
# description = "ID of the WARP Connector Tunnel manually created for OVH in UI"
# type = string
#}
#====================================================== #======================================================
# CLOUDFLARE DNS SUBDOMAIN CONFIGURATION # CLOUDFLARE DNS SUBDOMAIN CONFIGURATION