mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-01 11:47:07 -06:00
4 lines
81 B
HCL
4 lines
81 B
HCL
output "address" {
|
|
value = "Instances: ${element(aws_instance.web.*.id, 0)}"
|
|
}
|