mirror of
https://github.com/status-im/infra-swarm.git
synced 2025-02-23 12:58:16 +00:00
4 lines
125 B
HCL
4 lines
125 B
HCL
output "public_ips" {
|
|
value = ["${google_compute_instance.host.*.network_interface.0.access_config.0.assigned_nat_ip }"]
|
|
}
|