mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
documentation/aws: Fix example syntax (#10651)
This commit is contained in:
parent
df7a15fff9
commit
e6b1cda7db
@ -91,7 +91,7 @@ data "aws_iam_policy_document" "s3_policy" {
|
||||
}
|
||||
}
|
||||
|
||||
aws_s3_bucket "bucket" {
|
||||
resource "aws_s3_bucket" "bucket" {
|
||||
...
|
||||
policy = "${data.aws_iam_policy_document.s3_policy.json}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user