Skip to content

Commit

Permalink
add missing documentation (#945) (#955)
Browse files Browse the repository at this point in the history
[PR #945/454f5eb5 backport][stable-3] cloudfront_distribution: add missing documentation

This is a backport of PR #945 as merged into main (454f5eb).
SUMMARY
Closes #877
The modul resprects this parameter already.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
cloudfront_distribution
  • Loading branch information
patchback[bot] authored Mar 2, 2022
1 parent 91cb879 commit 7738a1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/modules/cloudfront_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@
- The ID of the origin that you want CloudFront to route requests to
by default.
type: str
response_headers_policy_id:
description:
- The ID of the header policy that CloudFront adds to responses that it sends to viewers.
type: str
forwarded_values:
description:
- A dict that specifies how CloudFront handles query strings and cookies.
Expand Down Expand Up @@ -317,6 +321,10 @@
- The ID of the origin that you want CloudFront to route requests to
by default.
type: str
response_headers_policy_id:
description:
- The ID of the header policy that CloudFront adds to responses that it sends to viewers.
type: str
forwarded_values:
description:
- A dict that specifies how CloudFront handles query strings and cookies.
Expand Down

0 comments on commit 7738a1f

Please sign in to comment.