Minor correction to aws_s3_bucket docs
This commit is contained in:
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…
Reference in New Issue