From 9d49a0ddead852ae62bf61f643a0cd2cf6d18efa Mon Sep 17 00:00:00 2001 From: Zac Lovoy Date: Mon, 21 Oct 2024 23:30:45 -0700 Subject: [PATCH] Update plugins/modules/cloudfront_origin_request_policy.py Co-authored-by: Alina Buzachis --- plugins/modules/cloudfront_origin_request_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/cloudfront_origin_request_policy.py b/plugins/modules/cloudfront_origin_request_policy.py index 2542456ef8e..e6a5c886092 100644 --- a/plugins/modules/cloudfront_origin_request_policy.py +++ b/plugins/modules/cloudfront_origin_request_policy.py @@ -51,7 +51,7 @@ headers: description: - Contains a list of HTTP header names. - - For more information see the CloudFront documentation at U(https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_Headers.html) + - For more information see the CloudFront documentation at U(https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_Headers.html). type: list elements: str required: false