Fix a typo in the output command examples

pull/8814/head
Seth Vargo 10 years ago
parent cdf6c76f36
commit 4ef2fe41ba
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787

@ -42,7 +42,7 @@ output "lb_address" {
}
output "instance_ips" {
value = "${aws_instance.web.*.public_ip}"
value = ["${aws_instance.web.*.public_ip}"]
}
```

Loading…
Cancel
Save