mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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
This commit is contained in:
@@ -1,3 +1 @@
|
||||
dependencies:
|
||||
- prepare_tests
|
||||
- setup_ec2
|
||||
dependencies: []
|
||||
|
||||
@@ -124,7 +124,6 @@
|
||||
custom_origin_config:
|
||||
http_port: 8080
|
||||
- domain_name: "{{ resource_prefix }}2.example.com"
|
||||
- domain_name: "{{ test_identifier }}2.example.com"
|
||||
default_root_object: index.html
|
||||
wait: yes
|
||||
state: present
|
||||
@@ -178,7 +177,7 @@
|
||||
cloudfront_distribution:
|
||||
alias: "{{ cloudfront_alias }}"
|
||||
origins:
|
||||
- domain_name: "{{ test_identifier }}2.example.com"
|
||||
- domain_name: "{{ resource_prefix }}2.example.com"
|
||||
default_root_object: index.php
|
||||
state: present
|
||||
<<: *aws_connection_info
|
||||
|
||||
Reference in New Issue
Block a user