Skip to content

Commit

Permalink
update code sample for aws_alb data source (#1299)
Browse files Browse the repository at this point in the history
`alb_arn` variable is interpolated twice; this seems inadvertent
  • Loading branch information
hakamadare authored and radeksimko committed Aug 2, 2017
1 parent d06c25f commit 82ab5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/alb.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variable "alb_name" {
data "aws_alb" "test" {
arn = "${var.alb_arn}"
name = "${var.alb_arn}"
name = "${var.alb_name}"
}
```

Expand Down

0 comments on commit 82ab5ee

Please sign in to comment.