Skip to content

Releases: makandra/terraform-aws-modules

v1.3.0

12 Sep 11:59
Compare
Choose a tag to compare

1.3.0 (2024-09-12)

Features

  • account_cloudtrail: Add KMS key support (b275e8b)

v1.2.2

07 Aug 13:07
Compare
Choose a tag to compare

1.2.2 (2024-08-07)

Bug Fixes

  • account_billing_alert: fix deprecat threshold (b2cc3cd)

v1.2.1

07 Aug 12:54
Compare
Choose a tag to compare

1.2.1 (2024-08-07)

Bug Fixes

  • resolve checkov findings (6590620)

v1.2.0

16 Jun 07:28
Compare
Choose a tag to compare

1.2.0 (2023-06-16)

Features

  • cf_basic_auth: Add new module to create a Basic Auth CF function (0415c6e)

v1.1.2

15 Jun 09:23
Compare
Choose a tag to compare

1.1.2 (2023-06-15)

Bug Fixes

  • iam_sso: missing policy_attachment doesn't cause error anymore (2161b8b)

v1.1.1

29 Mar 14:05
Compare
Choose a tag to compare

1.1.1 (2023-03-29)

Bug Fixes

  • alternate_contacts: refactoring and removal of unneeded datasource (01a9ece)

v1.1.0

29 Mar 14:01
Compare
Choose a tag to compare

1.1.0 (2023-03-29)

Features

  • alternate_contacts: add module to manage AWS alternate contacts (623b58f)

v1.0.0

29 Mar 06:59
Compare
Choose a tag to compare

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

27 Mar 13:34
Compare
Choose a tag to compare

0.7.2 (2023-03-27)

Bug Fixes

  • iam-sso: users with no group memberships should be configurable (0a657f4)

v0.7.1

16 Mar 15:37
Compare
Choose a tag to compare

0.7.1 (2023-03-16)

Bug Fixes

  • iam_sso: filter out non active accounts (38b79db)