Skip to content

Commit e591a7f

Browse files
committed
path
1 parent 645981a commit e591a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/id_sync_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "id_sync_docker_image" {
3131

3232
create_ecr_repo = false
3333
ecr_repo = aws_ecr_repository.id_sync_lambda_repository.name
34-
docker_file_path = "../id_sync.Dockerfile"
34+
docker_file_path = "id_sync.Dockerfile"
3535
ecr_repo_lifecycle_policy = jsonencode({
3636
"rules" : [
3737
{

0 commit comments

Comments
 (0)