Skip to content

Commit

Permalink
added changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
johnricords committed Jul 23, 2024
1 parent 120f0dd commit b68d39e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

### [2.2.0](https://github.com/plus3it/terraform-aws-tardigrade-cloudwatch-events/releases/tag/2.0.0)

**Released**: 2024.07.23

**Summary**:

* specifies `event_bus_name` default
* adds `schedule_expression` attr
* adds `state` attr
* adds `retry_policy` attr to `event_targets` object
* handles validation for `schedule_expressions` to not be set on custom buses

### [2.1.0](https://github.com/plus3it/terraform-aws-tardigrade-cloudwatch-events/releases/tag/2.0.0)

**Released**: 2024.07.03
Expand Down
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ variable "event_rule" {
error_message = "Scheduled expressions cannot be used on custom event buses"
}
}

0 comments on commit b68d39e

Please sign in to comment.