提交 da1bd35f 编写于 作者: F freesky-edward

Fix output public ips

上级 1d0c13b9
......@@ -3,7 +3,7 @@ output "this_eip_ids" {
value = "${join(",",huaweicloud_vpc_eip_v1.this.*.id)}"
}
output "this_eip_addresses" {
description = "List of address of the eips"
value = "${join(",",huaweicloud_vpc_eip_v1.this.*.publicip.ip_address)}"
}
#output "this_eip_addresses" {
# description = "List of address of the eips"
# value = "${join(",",huaweicloud_vpc_eip_v1.this.*.ip_address)}"
#}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册