Skip to content

Commit

Permalink
CDD-2443 Pin SNS module to version 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianAMartin committed Feb 19, 2025
1 parent 0764d57 commit a1e51aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/20-app/sns.cognito.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "cognito_sns" {
source = "terraform-aws-modules/sns/aws"
version = "~> 5.0"
version = "6.1.2"

name = "${local.prefix}-cognito-topic"

Expand Down

0 comments on commit a1e51aa

Please sign in to comment.