Skip to content

Commit 0083ebe

Browse files
committed
fix: ...
1 parent 49ce2fe commit 0083ebe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

terraform/service/data.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ data "aws_ecr_repository" "profile_lambda_ecr_repo" {
22
name = local.lambda_repo
33
}
44

5+
data "aws_ecr_image" "lambda_image" {
6+
repository_name = data.aws_ecr_repository.profile_lambda_ecr_repo.name
7+
image_tag = var.container_ver
8+
}
9+
510
# Get the ecs infrastructure outputs from the remote state data source
611
data "terraform_remote_state" "vpc" {
712
backend = "s3"

0 commit comments

Comments
 (0)