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 cc0a9c1 commit 2e2bb06Copy full SHA for 2e2bb06
infrastructure/terraform/bin/terraform.sh
@@ -431,6 +431,8 @@ if [ -f "pre.sh" ]; then
431
|| error_and_die "Component pre script execution failed with exit code ${?}";
432
fi;
433
434
+echo "component pre.sh completed"
435
+
436
# Pull down secret TFVAR file from S3
437
# Anti-pattern and security warning: This secrets mechanism provides very little additional security.
438
# It permits you to inject secrets directly into terraform without storing them in source control or unencrypted in S3.
0 commit comments