From f43f5b8d9212aa00bf8d15eb8dadcd7adcf963d8 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Fri, 5 May 2023 09:34:16 +0200 Subject: [PATCH] cloudfront_distribution - fix version added for not-backported features (#1803) cloudfront_distribution - fix version added for not-backported features SUMMARY A couple of features didn't get backported to stable-5. Update the version_added ISSUE TYPE Docs Pull Request COMPONENT NAME cloudfront_distribution ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz --- changelogs/fragments/version_added.yml | 2 ++ plugins/modules/cloudfront_distribution.py | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/version_added.yml diff --git a/changelogs/fragments/version_added.yml b/changelogs/fragments/version_added.yml new file mode 100644 index 00000000000..93b283d07d7 --- /dev/null +++ b/changelogs/fragments/version_added.yml @@ -0,0 +1,2 @@ +trivial: +- cloudfront_distribution - fix version_added information diff --git a/plugins/modules/cloudfront_distribution.py b/plugins/modules/cloudfront_distribution.py index ac43cada3ad..7b841c7f925 100644 --- a/plugins/modules/cloudfront_distribution.py +++ b/plugins/modules/cloudfront_distribution.py @@ -121,7 +121,7 @@ origin_shield_region: description: Specify which AWS region will be used for Origin Shield. Required if Origin Shield is enabled. type: str - version_added: 5.1.0 + version_added: 6.0.0 custom_headers: description: - Custom headers you wish to add to the request before passing it to the origin. @@ -177,11 +177,13 @@ The minimum number is C(1), the maximum is C(3). type: int default: 3 + version_added: 6.0.0 connection_timeout: description: The number of seconds that CloudFront waits when trying to establish a connection to the origin. The minimum timeout is C(1) second, the maximum is C(10) seconds. type: int default: 10 + version_added: 6.0.0 purge_origins: description: Whether to remove any origins that aren't listed in I(origins). default: false @@ -1320,7 +1322,7 @@ returned: when enabled is true type: str sample: us-east-1 - version_added: 5.1.0 + version_added: 6.0.0 s3_origin_config: description: Origin access identity configuration for S3 Origin. returned: when s3_origin_access_identity_enabled is true