Skip to content

Commit 2e2bb06

Browse files
committed
CCM-11029: debug log
1 parent cc0a9c1 commit 2e2bb06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/terraform/bin/terraform.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,8 @@ if [ -f "pre.sh" ]; then
431431
|| error_and_die "Component pre script execution failed with exit code ${?}";
432432
fi;
433433

434+
echo "component pre.sh completed"
435+
434436
# Pull down secret TFVAR file from S3
435437
# Anti-pattern and security warning: This secrets mechanism provides very little additional security.
436438
# It permits you to inject secrets directly into terraform without storing them in source control or unencrypted in S3.

0 commit comments

Comments
 (0)