diff --git a/plugins/modules/cloudfront_cache_policy.py b/plugins/modules/cloudfront_cache_policy.py index 71cfc3ca968..256a4b56868 100644 --- a/plugins/modules/cloudfront_cache_policy.py +++ b/plugins/modules/cloudfront_cache_policy.py @@ -14,7 +14,7 @@ description: - Create, update and delete cache policies to be used in a Cloudfront distribution's cache behavior for configurating the cache key as well as the default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache. - - See docs at U(https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudfront/client/create_cache_policy.html) + - See docs at U(https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudfront/client/create_cache_policy.html). author: - Zac Lovoy (@zwlovoy)