Skip to content

Commit

Permalink
Merge pull request #166 from slalombuild/renovate/cloudposse-cloudwat…
Browse files Browse the repository at this point in the history
…ch-events-aws-0.x

Update Terraform cloudposse/cloudwatch-events/aws to v0.7.0
  • Loading branch information
davenicoll authored Jan 18, 2024
2 parents 8554201 + 0b20283 commit 3e5e3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/aws/cloudwatch/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "sns" {

module "cloudwatch_event" {
source = "cloudposse/cloudwatch-events/aws"
version = "0.6.1"
version = "0.7.0"

cloudwatch_event_rule_description = var.cloudwatch_event_rule_description
cloudwatch_event_rule_pattern = var.cloudwatch_event_rule_pattern
Expand Down

0 comments on commit 3e5e3bb

Please sign in to comment.