Files
gcp-simple-lz/modules/linux-vm/outputs.tf
T
2025-03-30 11:31:28 +02:00

4 lines
101 B
Terraform

output "vm_internal_ip" {
value = google_compute_instance.vm_hub.network_interface[0].network_ip
}