mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-08 14:17:58 -05:00
4 lines
107 B
HCL
4 lines
107 B
HCL
output "ip" {
|
|
value = google_compute_instance.vm_instance.network_interface[0].access_config[0].nat_ip
|
|
}
|