Update variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 14s

This commit is contained in:
2025-11-19 10:04:35 +01:00
parent daeb3024d3
commit 0025df13e5

View File

@@ -334,6 +334,16 @@ variable "cloudflare_subdomain_training_status" {
# GCP Networking
#======================================================
variable "gcp_vm_internal_ip" {
description = "Internal Private IP of GCP Compute Engine Instance"
type = string
}
variable "gcp_windows_vm_internal_ip" {
description = "Internal Private IP of GCP Compute Engine Instance running Windows RDP"
type = string
}
variable "gcp_infra_cidr" {
description = "CIDR Range for GCP VMs running cloudflared"
type = string