Skip to content

Commit acff092

Browse files
Merge pull request #34483 from jtyrus/d-aws_cloudfront_origin_access_identity-id-attribute-doc
Fixed docs for data.aws_cloudfront_origin_access_identity
2 parents 7948e5e + ee56103 commit acff092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/d/cloudfront_origin_access_identity.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ The following example below creates a CloudFront origin access identity.
1616

1717
```terraform
1818
data "aws_cloudfront_origin_access_identity" "example" {
19-
id = "EDFDVBD632BHDS5"
19+
id = "E1ZAKK699EOLAL"
2020
}
2121
```
2222

2323
## Argument Reference
2424

25-
* `id` (Required) - The identifier for the distribution. For example: `EDFDVBD632BHDS5`.
25+
* `id` (Required) - The identifier for the origin access identity. For example: `E1ZAKK699EOLAL`.
2626

2727
## Attribute Reference
2828

0 commit comments

Comments
 (0)