Skip to content

Releases: terraform-aws-modules/terraform-aws-sns

v5.3.0

10 Apr 08:26

Choose a tag to compare

5.3.0 (2023-04-10)

Features

v5.2.0

08 Apr 18:24

Choose a tag to compare

5.2.0 (2023-04-08)

Features

  • Add data protection policy support (#43) (a4d89d3)

v5.1.0

25 Feb 15:08

Choose a tag to compare

5.1.0 (2023-02-25)

Features

  • Add support for signature version (#42) (b7d59e3)

v5.0.1

22 Feb 13:06

Choose a tag to compare

5.0.1 (2023-02-22)

Bug Fixes

  • Attach external topic policy when create_topic_policy is false (#41) (bc40f51)

v5.0.0

03 Jan 15:10

Choose a tag to compare

5.0.0 (2023-01-03)

⚠ BREAKING CHANGES

  • create_sns_topic has been renamed to create
  • policy has been renamed to topic_policy
  • name_prefix has been replaced with the combination of name and use_name_prefix = true to ensure only one value is provided
  • *_failure_feedback_role_arn, *_success_feedback_role_arn, *_success_feedback_sample_rate variables have been replaced with a respective top level variable that contains a map to the three attributes. See before and after below for further clarification.
  • Outputs have had the sns_ prefix stripped from their names
  • Add support for topic filtering, subscriptions, and topic policy creation; min version of AWS provider has been increased to support

See UPGRADE-5.0.md for further details

v4.1.0

04 Dec 15:01

Choose a tag to compare

4.1.0 (2022-12-04)

Features

v4.0.0

27 Oct 19:02

Choose a tag to compare

4.0.0 (2022-10-27)

⚠ BREAKING CHANGES

  • Update supported Terraform min version to v1.0+ and AWS provider to v4.0+ (#33)

Features

  • Update supported Terraform min version to v1.0+ and AWS provider to v4.0+ (#33) (fb6db3e)

v3.3.0

16 Dec 09:26

Choose a tag to compare

3.3.0 (2021-12-16)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#26) (97a7100)

Features

  • Added outputs sns_topic_name, sns_topic_id, sns_topic_owner (#27) (e502a5f)

v3.2.0

15 Sep 18:43

Choose a tag to compare

2021-09-15T18:42:59Z

cde8e31a8d1185199c2835501491231118d5a15b Updated CHANGELOG
1a2c758ad417c14e701db3a98295ce45bda9a980 feat: Added content-based deduplication (#25)