Skip to content

Commit e8652ad

Browse files
chore(deps): update terraform cloudposse/sns-topic/aws to v1
1 parent ca8f840 commit e8652ad

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
@@ -75,7 +75,7 @@ resource "aws_config_config_rule" "rules" {
7575
#-----------------------------------------------------------------------------------------------------------------------
7676
module "sns_topic" {
7777
source = "cloudposse/sns-topic/aws"
78-
version = "0.20.1"
78+
version = "1.1.0"
7979
count = module.this.enabled && local.create_sns_topic ? 1 : 0
8080

8181
attributes = concat(module.this.attributes, ["config"])

0 commit comments

Comments
 (0)