Added option to create routes for NVA.

This commit is contained in:
2025-03-31 21:36:30 +02:00
parent e7222382f1
commit bd16823f66
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
output "vm_internal_ip" {
value = google_compute_instance.vm_hub.network_interface[0].network_ip
value = google_compute_instance.vm.network_interface[0].network_ip
}