BREAKING CHANGE:
Previous consumers of this module many need to update the following variable if set accounts_id_to_name
to accounts_id_to_name_parameter_arn
as we now require an account mapping key value to be stored in SSM Parameter Store.
This avoid terraform having to computing this at deployment. Please note that this variable is entirely optional and if you do not require human-readable account IDs then alerts will contain an empty string as a value for Account Name.
SecurityHub Alerts remain uneffected as this computed by AWS API.
What's Changed
- docs: give full url path for images so they load in terraform registry by @KashifSaadat in #75
- chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.37.0 by @renovate in #76
- Refactoring Module by @shanilhirani in #77
- chore(deps): update terraform terraform-aws-modules/sns/aws to v6.1.2 by @renovate in #73
- chore(deps): update terraform terraform-aws-modules/lambda/aws to v7.20.0 by @renovate in #78
New Contributors
- @KashifSaadat made their first contribution in #75
Full Changelog: v1.1.0...v2.0.0