Skip to content

Releases: oozou/terraform-aws-cloudwatch-alarm

v2.0.1

15 Jun 09:16
e10a392
Compare
Choose a tag to compare

[v2.0.1] - 2023-06-15

Changed

  • When running with a provider version of 6 or higher, certain modules may not function properly. However, we can address the modules that are not compatible with version 6 to ensure compatibility. This way, we don't need to edit all the modules. So we update the constraint to >= 5.0.0 at the module level.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

08 Jun 11:18
aa0eb3b
Compare
Choose a tag to compare

[v2.0.0] - 2023-06-08

BREAKING CHANGES

  • Upgrade the AWS provider to version 5 with the constraint of >= 5.0.0, < 6.0.0.

Why 🥺

  • The AWS Provider upgrade to the next version, so we need to provide support for it.

Full Changelog: v1.0.0...v2.0.0

v1.0.0

25 Jul 15:35
51d1167
Compare
Choose a tag to compare

What's Changed

Added

  • init terraform-aws-cloudwatch-alarm module

New Contributors

Full Changelog: https://github.com/oozou/terraform-aws-cloudwatch-alarm/commits/v1.0.0