We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f226e commit 49ce2feCopy full SHA for 49ce2fe
1 file changed
terraform/service/data.tf
@@ -2,11 +2,6 @@ data "aws_ecr_repository" "profile_lambda_ecr_repo" {
2
name = local.lambda_repo
3
}
4
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
-
10
# Get the ecs infrastructure outputs from the remote state data source
11
data "terraform_remote_state" "vpc" {
12
backend = "s3"
0 commit comments