From e03f8e61acdc4fd81ccc903a5051b3ade8299088 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:02:01 +0000 Subject: [PATCH] Update Terraform cloudposse/cloudwatch-events/aws to v0.8.0 --- components/terraform/aws/cloudwatch/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/terraform/aws/cloudwatch/main.tf b/components/terraform/aws/cloudwatch/main.tf index c951c4bf..429c4b25 100644 --- a/components/terraform/aws/cloudwatch/main.tf +++ b/components/terraform/aws/cloudwatch/main.tf @@ -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