Skip to content

Commit

Permalink
Update Terraform justtrackio/sns-topic/aws to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2024
1 parent 16e55c3 commit b604a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/multi-account/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ locals {

module "topic" {
source = "justtrackio/sns-topic/aws"
version = "1.5.1"
version = "1.6.0"

for_each = local.topics

Expand Down
2 changes: 1 addition & 1 deletion examples/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data "aws_region" "region" {}

module "topic" {
source = "justtrackio/sns-topic/aws"
version = "1.5.1"
version = "1.6.0"

for_each = local.subscriptions

Expand Down

0 comments on commit b604a0a

Please sign in to comment.