Skip to content

Commit

Permalink
Merge pull request hashicorp#8845 from lcrisci/master
Browse files Browse the repository at this point in the history
Fixed typo in aws_elb_attachment website docs
  • Loading branch information
jen20 authored Sep 15, 2016
2 parents ca5c19a + 64acf0a commit f9db946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
```

Expand Down

0 comments on commit f9db946

Please sign in to comment.