We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ab109 commit 37d3401Copy full SHA for 37d3401
src/terragrunt_plan.sh
@@ -2,6 +2,8 @@
2
3
function terragruntPlan {
4
# Gather the output of `terragrunt plan`.
5
+ echo "plan: info: Running ssh host registration for github"
6
+ ssh -T -oStrictHostKeyChecking=accept-new [email protected] || true
7
echo "plan: info: planning Terragrunt configuration in ${tfWorkingDir}"
8
planOutput=$(${tfBinary} plan -detailed-exitcode -input=false ${*} 2>&1)
9
planExitCode=${?}
0 commit comments