diff --git a/plugins/modules/cloudfront_distribution.py b/plugins/modules/cloudfront_distribution.py index 486da18b461..332298a8fcd 100644 --- a/plugins/modules/cloudfront_distribution.py +++ b/plugins/modules/cloudfront_distribution.py @@ -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. @@ -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.