Skip to content

Commit

Permalink
chore(deps): 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 Jan 12, 2024
1 parent 84bf288 commit 4cc8bdc
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 4cc8bdc

Please sign in to comment.