Initial commit
This commit is contained in:
7
outputs.tf
Normal file
7
outputs.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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}"
|
||||
}
|
Reference in New Issue
Block a user