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 ca8f840 commit e8652adCopy full SHA for e8652ad
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.1.0"
79
count = module.this.enabled && local.create_sns_topic ? 1 : 0
80
81
attributes = concat(module.this.attributes, ["config"])
0 commit comments