mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-11 08:05:33 -06:00
Merge pull request #2252 from ketzacoatl/patch-2
Minor correction to aws_s3_bucket docs
This commit is contained in:
commit
c852ac5d80
@ -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
Block a user