046561bbb0
* Adding module for AWS Config service * adding integration tests * Split resource types into their own modules * Properly use resource_prefix and retry on IAM "eventual consistency" * Add config aggregator module * AWS config aggregator integration test fixes * AWS config recorder module * Config aggregation auth rule * Use resource_prefix in IAM role name * Disable config tests
4 lines
193 B
YAML
4 lines
193 B
YAML
---
|
|
config_s3_bucket: '{{ resource_prefix }}-config-records'
|
|
config_sns_name: '{{ resource_prefix }}-delivery-channel-test-topic'
|
|
config_role_name: 'config-recorder-test-{{ resource_prefix }}'
|