Skip to content

Commit

Permalink
Update Terraform cloudposse/cloudwatch-events/aws to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 7, 2024
1 parent a5d2ee8 commit f175bdf
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.7.0"
version = "0.8.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 f175bdf

Please sign in to comment.