From 42d818fa2a2de7bb38e935a299ecfb12c00b0809 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:51:50 +0000 Subject: [PATCH] Update Terraform justtrackio/kinesis/aws to v1.2.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 108db4e..d126a1f 100644 --- a/main.tf +++ b/main.tf @@ -15,7 +15,7 @@ module "kinesis_stream" { count = module.this.enabled ? 1 : 0 source = "justtrackio/kinesis/aws" - version = "1.0.2" + version = "1.2.0" context = module.this.context label_orders = var.label_orders