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 Oct 10, 2024
1 parent c7f7c94 commit 674bd6d
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 @@ -22,7 +22,7 @@ resource "aws_guardduty_detector" "guardduty" {
module "sns_topic" {

source = "cloudposse/sns-topic/aws"
version = "0.20.1"
version = "1.1.0"
count = local.create_sns_topic ? 1 : 0

subscribers = var.subscribers
Expand Down

0 comments on commit 674bd6d

Please sign in to comment.