Skip to content

Commit

Permalink
Merge pull request #34483 from jtyrus/d-aws_cloudfront_origin_access_…
Browse files Browse the repository at this point in the history
…identity-id-attribute-doc

Fixed docs for data.aws_cloudfront_origin_access_identity
  • Loading branch information
justinretzolk committed Feb 8, 2024
2 parents 7948e5e + ee56103 commit acff092
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ The following example below creates a CloudFront origin access identity.

```terraform
data "aws_cloudfront_origin_access_identity" "example" {
id = "EDFDVBD632BHDS5"
id = "E1ZAKK699EOLAL"
}
```

## Argument Reference

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

## Attribute Reference

Expand Down

0 comments on commit acff092

Please sign in to comment.