Skip to content

Commit e9dbf02

Browse files
committed
ddebug
1 parent f286a99 commit e9dbf02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/id_sync_lambda.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ output "debug_file_listing" {
4040
resource "null_resource" "debug_build_context" {
4141
provisioner "local-exec" {
4242
command = <<-EOT
43-
echo "=== HOST SYSTEM PATHS ==="
43+
echo "SAW === HOST SYSTEM PATHS ==="
4444
echo "Terraform execution directory: $(pwd)"
4545
echo "Host build context: ${local.lambdas_dir}"
4646
echo "Host Dockerfile location: ${local.id_sync_lambda_dir}/Dockerfile"
@@ -102,14 +102,14 @@ module "id_sync_docker_image" {
102102
}
103103

104104
# Add a local provisioner to debug build context
105-
resource "null_resource" "debug_build_context" {
105+
resource "null_resource" "debug_build_context2" {
106106
triggers = {
107107
dir_sha = local.combined_sha
108108
}
109109

110110
provisioner "local-exec" {
111111
command = <<-EOT
112-
echo "=== BUILD CONTEXT DEBUG ==="
112+
echo "SAW === BUILD CONTEXT DEBUG ==="
113113
echo "Build context: ${local.lambdas_dir}"
114114
echo "Dockerfile location: ${local.id_sync_lambda_dir}/Dockerfile"
115115
echo ""

0 commit comments

Comments
 (0)