From 04a9fc51f1557f78c48f28e4f6f5bf48cb5cc2ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:35:47 +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 c4923f5..07da413 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.0" enabled = local.notifications_enabled attributes = ["budgets"]