Skip to content

Commit

Permalink
cloudfront_distribution - added support for TLSv1.2_2019 as a minimum…
Browse files Browse the repository at this point in the history
…_protocol_versions (ansible-collections#226)

Co-authored-by: Andreas Jonsson <andreas.jonsson@ensighten.com>
  • Loading branch information
anjo-swe and Andreas Jonsson committed Sep 11, 2020
1 parent c19d479 commit cfa8c5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/cloudfront_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,8 @@ def __init__(self, module):
'TLSv1',
'TLSv1_2016',
'TLSv1.1_2016',
'TLSv1.2_2018'
'TLSv1.2_2018',
'TLSv1.2_2019'
])
self.__valid_viewer_certificate_certificate_sources = set([
'cloudfront',
Expand Down

0 comments on commit cfa8c5c

Please sign in to comment.