Skip to content

Commit

Permalink
add missing documentation (#945)
Browse files Browse the repository at this point in the history
cloudfront_distribution: add missing documentation

SUMMARY
Closes #877
The modul resprects this parameter already.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
cloudfront_distribution

Reviewed-by: Mark Woolley <[email protected]>
Reviewed-by: Alina Buzachis <None>
  • Loading branch information
markuman authored Mar 1, 2022
1 parent 44d2b30 commit 454f5eb
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 454f5eb

Please sign in to comment.