mirror of
https://github.com/ghndrx/linux-copy-demo.git
synced 2026-02-10 06:54:56 +00:00
7 lines
206 B
HCL
7 lines
206 B
HCL
output "vm1_ip" {
|
|
value = google_compute_instance.vm1.network_interface[*].access_config[*].nat_ip
|
|
}
|
|
|
|
output "vm2_ip" {
|
|
value = google_compute_instance.vm2.network_interface[*].access_config[*].nat_ip
|
|
} |