From f0fd540575b4d827a8f09a8e86b7ce3a6086a5ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:48:20 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/sns/aws to v6.1.2 (#73) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index f9e12f4..8215dba 100644 --- a/main.tf +++ b/main.tf @@ -4,7 +4,7 @@ module "sns" { count = var.create_sns_topic ? 1 : 0 source = "terraform-aws-modules/sns/aws" - version = "6.1.1" + version = "6.1.2" name = var.sns_topic_name source_topic_policy_documents = [local.sns_topic_policy]