From 3b0fa2b2a7c994fd9c085e6d39588d81d2727239 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 11:19:57 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/sns-topic/aws to v1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index b5e35d4..907c89f 100644 --- a/main.tf +++ b/main.tf @@ -76,7 +76,7 @@ module "kms_key" { # see https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-sns-policy.html module "sns_topic" { source = "cloudposse/sns-topic/aws" - version = "0.21.0" + version = "1.1.1" enabled = local.notifications_enabled attributes = ["budgets"]