Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/sns-topic/aws to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent f837d33 commit 7701e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "aws_config_config_rule" "rules" {
#-----------------------------------------------------------------------------------------------------------------------
module "sns_topic" {
source = "cloudposse/sns-topic/aws"
version = "0.20.1"
version = "1.1.0"
count = module.this.enabled && local.create_sns_topic ? 1 : 0

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

0 comments on commit 7701e36

Please sign in to comment.