Skip to content

Commit 49ce2fe

Browse files
committed
fix: removed duplicate ecr_image
1 parent 84f226e commit 49ce2fe

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

terraform/service/data.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ 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-
105
# Get the ecs infrastructure outputs from the remote state data source
116
data "terraform_remote_state" "vpc" {
127
backend = "s3"

0 commit comments

Comments
 (0)