Merge pull request #2252 from ketzacoatl/patch-2

Minor correction to aws_s3_bucket docs
This commit is contained in:
Chris Bednarski 2015-06-05 16:40:21 -07:00
commit c852ac5d80
1 changed files with 1 additions and 1 deletions

View File

@ -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"