Skip to content

Commit

Permalink
cloudfront_distribution - fix version added for not-backported featur…
Browse files Browse the repository at this point in the history
…es (ansible-collections#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 <[email protected]>
  • Loading branch information
tremble authored May 5, 2023
1 parent 4cad9ee commit f43f5b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/version_added.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- cloudfront_distribution - fix version_added information
6 changes: 4 additions & 2 deletions plugins/modules/cloudfront_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f43f5b8

Please sign in to comment.