Add missing json attribute to documentation
This commit is contained in:
parent
30ea22c252
commit
28767a20df
|
@ -93,7 +93,7 @@ data "aws_iam_policy_document" "s3_policy" {
|
||||||
|
|
||||||
aws_s3_bucket "bucket" {
|
aws_s3_bucket "bucket" {
|
||||||
...
|
...
|
||||||
policy = "${data.aws_iam_policy_document.s3_policy}"
|
policy = "${data.aws_iam_policy_document.s3_policy.json}"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -109,4 +109,4 @@ Cloudfront Origin Access Identities can be imported using the `id`, e.g.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ terraform import aws_cloudfront_origin_access_identity.origin_access E74FTE3AEXAMPLE
|
$ terraform import aws_cloudfront_origin_access_identity.origin_access E74FTE3AEXAMPLE
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue