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 49ce2fe commit 0083ebeCopy full SHA for 0083ebe
1 file changed
terraform/service/data.tf
@@ -2,6 +2,11 @@ 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