Working Landing Zone.

This commit is contained in:
2025-03-30 11:31:28 +02:00
commit a427e31bb6
10 changed files with 216 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
output "vm_internal_ip" {
value = google_compute_instance.vm_hub.network_interface[0].network_ip
}