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 e7d9bc9 commit a7559f2Copy full SHA for a7559f2
terraform/id_sync_lambda.tf
@@ -27,15 +27,6 @@ output "debug_docker_paths" {
27
value = local.debug_paths
28
}
29
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
39
resource "aws_ecr_repository" "id_sync_lambda_repository" {
40
image_scanning_configuration {
41
scan_on_push = true
0 commit comments