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