Skip to content

Commit 37d3401

Browse files
committed
src/terragrunt_plan.sh: TEMP: Add ssh host key checking for github.com
1. This is a temporary commit
1 parent d4ab109 commit 37d3401

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/terragrunt_plan.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
function terragruntPlan {
44
# 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
57
echo "plan: info: planning Terragrunt configuration in ${tfWorkingDir}"
68
planOutput=$(${tfBinary} plan -detailed-exitcode -input=false ${*} 2>&1)
79
planExitCode=${?}

0 commit comments

Comments
 (0)