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.
terraform init
1 parent e4c3475 commit ad79ff6Copy full SHA for ad79ff6
tasks/generate-drats-config/task
@@ -9,6 +9,10 @@ setup_bosh_env_vars
9
set +x
10
11
pushd bbl-state/"${BBL_STATE_DIR}" > /dev/null
12
+ echo "Initializing Terraform..."
13
+ pushd "terraform"
14
+ terraform init
15
+ popd
16
BOSH_GW_PRIVATE_KEY="$(bbl ssh-key)"
17
BOSH_GW_HOST=$(bbl jumpbox-address)
18
popd > /dev/null
0 commit comments