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 059477e commit 99d758bCopy full SHA for 99d758b
main.tf
@@ -54,7 +54,7 @@ resource "aws_iam_role_policy_attachment" "default" {
54
55
module "sns_topic" {
56
source = "cloudposse/sns-topic/aws"
57
- version = "0.21.0"
+ version = "1.1.0"
58
59
enabled = local.default_sns_topic_enabled
60
context = module.this.context
0 commit comments