From 84f81b04375401c41e1c63daa0542648ba767f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Brychta?= Date: Tue, 29 Oct 2024 13:38:46 +0000 Subject: [PATCH] Revert ecr_image_tag variable #5804 --- infrastructure/modules/pipeline_step_lambda/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/modules/pipeline_step_lambda/main.tf b/infrastructure/modules/pipeline_step_lambda/main.tf index 1150900..9c0d003 100644 --- a/infrastructure/modules/pipeline_step_lambda/main.tf +++ b/infrastructure/modules/pipeline_step_lambda/main.tf @@ -1,6 +1,6 @@ locals { - ecr_image_tag = "latest" + ecr_image_tag = var.namespace service_full_name = "concepts_${var.service_name}" }