From 9b333ef0d426f9bf270e1956179345fed0a741fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 15:13:25 +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 eb532f9..cd6ed13 100644 --- a/main.tf +++ b/main.tf @@ -54,7 +54,7 @@ resource "aws_iam_role_policy_attachment" "default" { module "sns_topic" { source = "cloudposse/sns-topic/aws" - version = "0.21.0" + version = "1.2.0" enabled = local.default_sns_topic_enabled context = module.this.context