Releases: makandra/terraform-aws-modules
Releases · makandra/terraform-aws-modules
v1.3.0
1.3.0 (2024-09-12)
Features
- account_cloudtrail: Add KMS key support (b275e8b)
v1.2.2
1.2.2 (2024-08-07)
Bug Fixes
- account_billing_alert: fix deprecat threshold (b2cc3cd)
v1.2.1
1.2.1 (2024-08-07)
Bug Fixes
v1.2.0
1.2.0 (2023-06-16)
Features
- cf_basic_auth: Add new module to create a Basic Auth CF function (0415c6e)
v1.1.2
1.1.2 (2023-06-15)
Bug Fixes
- iam_sso: missing policy_attachment doesn't cause error anymore (2161b8b)
v1.1.1
1.1.1 (2023-03-29)
Bug Fixes
- alternate_contacts: refactoring and removal of unneeded datasource (01a9ece)
v1.1.0
1.1.0 (2023-03-29)
Features
- alternate_contacts: add module to manage AWS alternate contacts (623b58f)
v1.0.0
1.0.0 (2023-03-29)
Bug Fixes
- iam_sso: order changes of inputs does not lead to unwanted resource changes anymore (b7c2392)
BREAKING CHANGES
- iam_sso: The introduction of for_each instead of count for the
iam_sso resources will lead to resource desctructions and re-creations
if the existing states are not moved manually. It's not possible to do
this automatically because we don't know the group and user names which
are now used as identifiers.
v0.7.2
0.7.2 (2023-03-27)
Bug Fixes
- iam-sso: users with no group memberships should be configurable (0a657f4)
v0.7.1
0.7.1 (2023-03-16)
Bug Fixes
- iam_sso: filter out non active accounts (38b79db)