Skip to content

Commit

Permalink
cloudfront_distribution: add new cipher version TLSv1.2_2021
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico committed Sep 9, 2021
1 parent 19cc031 commit 9156837
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 @@ -1591,7 +1591,8 @@ def __init__(self, module):
'TLSv1_2016',
'TLSv1.1_2016',
'TLSv1.2_2018',
'TLSv1.2_2019'
'TLSv1.2_2019',
'TLSv1.2_2021'
])
self.__valid_viewer_certificate_certificate_sources = set([
'cloudfront',
Expand Down

0 comments on commit 9156837

Please sign in to comment.