mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-07 01:00:44 -05:00
4 lines
81 B
HCL
4 lines
81 B
HCL
output "address" {
|
|
value = "Instances: ${element(aws_instance.web.*.id, 0)}"
|
|
}
|