Terraform module to either create an AWS Config aggregator, authorize a configuration aggregator to collect your data, or both.
Manual testing:
# Replace "xxx" with an actual AWS profile, then execute the integration tests.
export AWS_PROFILE=xxx
make terraform/pytest PYTEST_ARGS="-v --nomock"
For automated testing, PYTEST_ARGS is optional and no profile is needed:
make mockstack/up
make terraform/pytest PYTEST_ARGS="-v"
make mockstack/clean
Name | Version |
---|---|
terraform | >= 0.13 |
No providers.
No resources.
Name | Description | Type | Default | Required |
---|---|---|---|---|
aggregator | Object specifying the configuration of a Config Aggregator | object({ |
null |
no |
authorization | Object specifying the configuration of a Config Aggregator Authorization | object({ |
null |
no |
Name | Description |
---|---|
aggregator | Object containing the Config Aggregator attributes |
authorization | Object containing the Config Aggregator Authorization attributes |