From 207a87db8c3543220896daa465fe331f23bc3542 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Wed, 19 Nov 2025 10:10:29 +0100 Subject: [PATCH] Update variables.auto.tfvars --- variables.auto.tfvars | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/variables.auto.tfvars b/variables.auto.tfvars index 4f7377c..e027687 100644 --- a/variables.auto.tfvars +++ b/variables.auto.tfvars @@ -195,4 +195,7 @@ gcp_windows_rdp_cidr = "10.156.90.0/24" # Networking azure_subnet_cidr = "192.168.71.0/24" azure_vnet_cidr = "192.168.0.0/16" -azure_public_dns_domain = "westeurope.cloudapp.azure.com" \ No newline at end of file +azure_public_dns_domain = "westeurope.cloudapp.azure.com" + + +gcp_vm_internal_ip = "45.56.67.78" \ No newline at end of file