Skip to content

Commit

Permalink
Revert ecr_image_tag variable #5804
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Oct 29, 2024
1 parent a83dbd5 commit 84f81b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/pipeline_step_lambda/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

locals {
ecr_image_tag = "latest"
ecr_image_tag = var.namespace
service_full_name = "concepts_${var.service_name}"
}

Expand Down

0 comments on commit 84f81b0

Please sign in to comment.