Minor correction to aws_s3_bucket docs

pull/2252/head
ketzacoatl 11 years ago
parent c26f01b78d
commit 4bbe93552a

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

Loading…
Cancel
Save