mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 04:01:09 -04:00
7 lines
175 B
HCL
7 lines
175 B
HCL
output "hostname_list" {
|
|
value = "${join(",", alicloud_instance.instance.*.instance_name)}"
|
|
}
|
|
|
|
output "ecs_ids" {
|
|
value = "${join(",", alicloud_instance.instance.*.id)}"
|
|
} |