Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/sns/aws to v6.1.2 (
Browse files Browse the repository at this point in the history
…#21)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 7e9e3fb commit 6476feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/team-budgets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
module "sns" {
source = "terraform-aws-modules/sns/aws"
version = "v6.0.1"
version = "v6.1.2"
for_each = { for budget in var.budgets : budget.name => budget }

name = format("team-budgets-%s", md5(each.value.name))
Expand Down

0 comments on commit 6476feb

Please sign in to comment.