8 lines
235 B
HCL
8 lines
235 B
HCL
# output "pve-servers_ip" {
|
|
# value = "${google_compute_instance.pve.*.network_interface.0.access_config.0.nat_ip}"
|
|
# }
|
|
|
|
output "zabbix_ip" {
|
|
value = "${google_compute_instance.zabbix.network_interface.0.access_config.0.nat_ip}"
|
|
}
|