Skip to content

Commit

Permalink
Merge pull request #2252 from ketzacoatl/patch-2
Browse files Browse the repository at this point in the history
Minor correction to aws_s3_bucket docs
  • Loading branch information
cbednarski committed Jun 5, 2015
2 parents c26f01b + 4bbe935 commit c852ac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "aws_s3_bucket" "b" {
resource "aws_s3_bucket" "b" {
bucket = "s3-website-test.hashicorp.com"
acl = "public-read"
policy = "#{file("policy.json")}"
policy = "${file("policy.json")}"
website {
index_document = "index.html"
Expand Down

0 comments on commit c852ac5

Please sign in to comment.