Skip to content

Commit f0fd540

Browse files
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>
1 parent 93b8fa1 commit f0fd540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module "sns" {
55
count = var.create_sns_topic ? 1 : 0
66
source = "terraform-aws-modules/sns/aws"
7-
version = "6.1.1"
7+
version = "6.1.2"
88

99
name = var.sns_topic_name
1010
source_topic_policy_documents = [local.sns_topic_policy]

0 commit comments

Comments
 (0)