Merge pull request #8845 from lcrisci/master

Fixed typo in aws_elb_attachment website docs
pull/8858/head
James Nugent 10 years ago committed by GitHub
commit f9db94621b

@ -22,7 +22,7 @@ conflict and will overwrite attachments.
# Create a new load balancer attachment
resource "aws_elb_attachment" "baz" {
elb = "${aws_elb.bar.id}"
instance = ["${aws_instance.foo.id}"]
instance = "${aws_instance.foo.id}"
}
```

Loading…
Cancel
Save