From 03d1f91a2a7f0aa7da64d982a8fb349ff1e7bd3c Mon Sep 17 00:00:00 2001 From: Tudor Date: Mon, 27 May 2024 22:24:16 +0300 Subject: [PATCH] infra: bump version to 2.1.18 (#301) --- terraform/locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/locals.tf b/terraform/locals.tf index 9ec139a5..278abeaf 100644 --- a/terraform/locals.tf +++ b/terraform/locals.tf @@ -1,7 +1,7 @@ locals { namespace = "redirectioneaza-${var.env}" image_repo = data.aws_ecr_repository.this.repository_url - image_tag = "2.1.17" + image_tag = "2.1.18" availability_zone = data.aws_availability_zones.current.names[0]