Skip to content

Commit

Permalink
docs: Clean up data source list syntax (#10223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barak Ben-David authored and aeschright committed Oct 29, 2019
1 parent 843ffd8 commit 988a6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/subnet_ids.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data "aws_subnet" "example" {
}
output "subnet_cidr_blocks" {
value = ["${data.aws_subnet.example.*.cidr_block}"]
value = "${data.aws_subnet.example.*.cidr_block}"
}
```

Expand Down

0 comments on commit 988a6af

Please sign in to comment.