mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 09:44:08 -04:00
3 lines
107 B
HCL
3 lines
107 B
HCL
output "ip" {
|
|
value = google_compute_instance.vm_instance.network_interface[0].access_config[0].nat_ip
|
|
}
|