File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ output "debug_file_listing" {
4040resource "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 ""
You can’t perform that action at this time.
0 commit comments