From 0025df13e50ef1f7ca58b70958c7f89425c741b1 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Wed, 19 Nov 2025 10:04:35 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/variables.tf b/variables.tf index 821f8e5..4ca874f 100644 --- a/variables.tf +++ b/variables.tf @@ -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