From 5f5330ce51253108f68e7fc98a01ed32a58a85a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:13:08 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/cloudwatch-logs/aws to v0.6.9 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index b173da6..6306ee7 100644 --- a/main.tf +++ b/main.tf @@ -7,7 +7,7 @@ locals { module "cloudwatch_log_group" { source = "cloudposse/cloudwatch-logs/aws" - version = "0.6.6" + version = "0.6.9" enabled = module.this.enabled