Skip to content

Commit

Permalink
documentation/aws: Fix example syntax (hashicorp#10651)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmkznr authored and stack72 committed Dec 10, 2016
1 parent df7a15f commit e6b1cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ data "aws_iam_policy_document" "s3_policy" {
}
}
aws_s3_bucket "bucket" {
resource "aws_s3_bucket" "bucket" {
...
policy = "${data.aws_iam_policy_document.s3_policy.json}"
}
Expand Down

0 comments on commit e6b1cda

Please sign in to comment.