Minor correction to aws_s3_bucket docs

This commit is contained in:
ketzacoatl 2015-06-05 19:20:23 -04:00
parent c26f01b78d
commit 4bbe93552a
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"