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}"
|
policy = "${data.aws_iam_policy_document.s3_policy.json}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue