Terraform Monitoring Module
May 18, 2025
The release notes for Terraform Monitoring Module are contained here. They will be updated as the software gets updated, feel free to take a look at what’s changed!
2.0.4 Release - 2025-05-18
Changed
- Updated the AWS provider to 5.98.0
- Updated GitHub Actions library to 1.4.1
2.0.3 Release - 2025-03-30
Changed
- Update the AWS provider to 5.93.0
2.0.2 Release - 2025-03-04
Fixed
- Removed the
path
variable from TCP health checks as it is not supported by Route 53
2.0.1 Release - 2025-03-04
Fixed
- Fixed a bug where
monitor_actions
was a String when it needed to be a list of Strings
2.0.0 Release - 2025-03-02
Added
- Breaking Change - Added tags to the Instance Health Check module, which has required values
- Added an ID output to the DNS Health Check
- Added a new, Route 53 TCP Health Check module
- Added a new, CloudWatch Alarm module
Changed
- Breaking Change - Updated the tag structure on the DNS Health Check to make passing in tags a required value
- Updated the AWS provider to 5.89.0
- Changed the structure of tags to resolve maintainability issues reported by SonarQube
- Updated the DNS Health Check to now include a CloudWatch Alarm
- Changed the SNS topic used for notifications to the “Default_Alerts” topic
1.1.2 Release - 2025-01-29
Changed
- Updated the AWS provider to 5.84.0
- Updated GitHub Actions library to 1.2.5
- Updated documentation for the module
1.1.1 Release - 2024-12-23
Changed
- Updated the AWS provider to 5.82.2
1.1.0 Release - 23 November 2024
Changed
- Updated the AWS provider to 5.75.1
Fixed
- Resolved the warning about reference to undefined provider
1.0.9 Release - 01 September 2024
Changed
- Updated the AWS provider to 5.65.0
- Changed Actions to use tags
- Changed Dependabot to update Actions
1.0.8 Release - 15 June 2024
Changed
- Updated the AWS provider to 5.54.1
1.0.7 Release - 08 March 2024
Changed
- Updated the AWS provider to 5.40.0
1.0.6 Release - 01 December 2023
Changed
- Updated the AWS provider to 5.28.0
1.0.5 Release - 08 October 2023
Changed
- Updated the AWS provider to 5.19.0
1.0.4 Release - 21 July 2023
Added
- Added the ability to automatically create a tag and release
1.0.3 Release - 05 July 2023
Changed
- Updated the AWS provider to 5.5.0
1.0.2 Release - 04 July 2023
Changed
- Added Dependabot support
- Updated the AWS provider to 4.67.0
1.0.1 Release - 24 December 2022
Changed
- Bumped AWS Terraform provider to 4.x
1.0.0 Release - 06 November 2022
Added
- Added support for Route 53 HTTPS Health Check.
- Added support for EC2 Instance Availability Check.
- Added CI pipeline to support module publishing