Skip to content

Commit a7559f2

Browse files
committed
tidy
1 parent e7d9bc9 commit a7559f2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

terraform/id_sync_lambda.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ output "debug_docker_paths" {
2727
value = local.debug_paths
2828
}
2929

30-
# ✅ Check if files exist
31-
data "local_file" "dockerfile_check" {
32-
filename = "${local.lambdas_dir}/id_sync.Dockerfile"
33-
}
34-
35-
output "dockerfile_exists" {
36-
value = "Dockerfile found at: ${data.local_file.dockerfile_check.filename}"
37-
}
38-
3930
resource "aws_ecr_repository" "id_sync_lambda_repository" {
4031
image_scanning_configuration {
4132
scan_on_push = true

0 commit comments

Comments
 (0)