Skip to content

Commit b6e9b30

Browse files
Update Terraform justtrackio/sns-topic/aws to v1.6.0
1 parent 581d151 commit b6e9b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/multi-account/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ locals {
2828

2929
module "topic" {
3030
source = "justtrackio/sns-topic/aws"
31-
version = "1.5.1"
31+
version = "1.6.0"
3232

3333
for_each = local.topics
3434

examples/simple/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data "aws_region" "region" {}
1717

1818
module "topic" {
1919
source = "justtrackio/sns-topic/aws"
20-
version = "1.5.1"
20+
version = "1.6.0"
2121

2222
for_each = local.subscriptions
2323

0 commit comments

Comments
 (0)