mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix a typo in the output command examples
This commit is contained in:
parent
cdf6c76f36
commit
4ef2fe41ba
@ -42,7 +42,7 @@ output "lb_address" {
|
||||
}
|
||||
|
||||
output "instance_ips" {
|
||||
value = "${aws_instance.web.*.public_ip}"
|
||||
value = ["${aws_instance.web.*.public_ip}"]
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user