mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-15 07:00:14 -04:00
4 lines
69 B
HCL
4 lines
69 B
HCL
output "address" {
|
|
value = "Instances: ${aws_instance.web.*.id}"
|
|
}
|