We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7c3a8 commit b3cb706Copy full SHA for b3cb706
main.tf
@@ -75,7 +75,7 @@ resource "aws_config_config_rule" "rules" {
75
#-----------------------------------------------------------------------------------------------------------------------
76
module "sns_topic" {
77
source = "cloudposse/sns-topic/aws"
78
- version = "0.20.1"
+ version = "1.2.0"
79
count = module.this.enabled && local.create_sns_topic ? 1 : 0
80
81
attributes = concat(module.this.attributes, ["config"])
0 commit comments