Omar Chehab
9cfa55619b
Update cloudfront_distribution module docs ( #47726 )
...
Fix typo in `custom_error_responses` description, changed reponse to response
+label: docsite_pr
2018-10-29 08:45:03 +05:30
Will Thames
411397a975
Use recursive_diff for kubernetes ( #45645 )
...
Move recursive_diff from cloudfront_distribution to
common.dict_transformations and reuse it in k8s modules
2018-10-02 03:24:52 -04:00
Sloane Hertel
e5269c047c
[AWS] cloudfront_distribution - fix method name from 'validate_distribution_id_from_caller_reference' to 'validate_distribution_from_caller_reference' and set distribution_id to the distribution's key 'Id' ( #45498 )
2018-09-11 15:08:30 -04:00
Will Thames
786613f426
Handle FieldLevelEncryptionId in cloudfront_distribution ( #41770 )
...
Ensure that FieldLevelEncryptionId is properly handled - passing it if
set, and keeping it if returned by GetDistribution
Update cloudfront_distribution tests to remove references to
test_identifier so test suite actually works
Fixes #40724
2018-07-19 08:27:13 -04:00
John R Barker
7c4b91844d
More validate module fixes ( #39097 )
...
* Fix type bool DOCUMENTATION issues
2018-04-24 18:05:50 +01:00
Will Thames
6b970348b1
[AWS cloudfront_distribution] Update minimum protocol versions ( #38644 )
...
As per docs, the current set of values is
```
'SSLv3'|'TLSv1'|'TLSv1_2016'|'TLSv1.1_2016'|'TLSv1.2_2018'
```
Fixes #38642
2018-04-18 13:01:30 -04:00
Julien Vey
63a8ae94a7
cloudfront_distribution: fix restrictions ( #37476 )
2018-04-04 10:26:14 +10:00
Sean Lok
0ee275ca64
Add Meaningful Cloudfront Identity during creation of cloudfront distribution ( #37914 )
2018-03-28 10:38:16 +10:00
Julien Vey
ec2e027980
cloudfront_distribution: fix the order of headers to avoid updates again and again ( #37340 )
...
* Fix python2/3 compatibilities issues
* Sort cloudfront_distribution headers to avoid useless updates
2018-03-21 22:16:42 +10:00
Matt Martz
2cb810544c
Address missing extends_documentation_fragment ( #35008 )
...
* Address missing extends_documentation_fragment
* Document purge_aliases
2018-01-17 13:17:15 -05:00
Will Thames
8d733dbdf0
[cloud] New module cloudfront_distribution ( #31284 )
...
* added cloudfont.py, modified cloudfront_facts.py class name and fixed a minor bug
* Improvements to cloudfront_distribution
* Reduce the scope of the cloudfront_distribution module
* Remove presigning
* Remove streaming distribution functionality
* Add full test suite for cloudfront distribution
* Meet Ansible AWS guidelines
* Make requested changes
Fix tests
Use built-in waiter
Update copyright
2018-01-17 11:03:23 -05:00