mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #887 from xorl/example_fix
examples: fix output type
This commit is contained in:
commit
f6984ce693
@ -1,3 +1,3 @@
|
||||
output "address" {
|
||||
value = "Instances: ${aws_instance.web.*.id}"
|
||||
value = "Instances: ${element(aws_instance.web.*.id, 0)}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user