Skip to content

Commit

Permalink
call terraform init in generate-drats-config task
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlong committed May 9, 2023
1 parent e4c3475 commit ad79ff6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/generate-drats-config/task
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ setup_bosh_env_vars
set +x

pushd bbl-state/"${BBL_STATE_DIR}" > /dev/null
echo "Initializing Terraform..."
pushd "terraform"
terraform init
popd
BOSH_GW_PRIVATE_KEY="$(bbl ssh-key)"
BOSH_GW_HOST=$(bbl jumpbox-address)
popd > /dev/null
Expand Down

0 comments on commit ad79ff6

Please sign in to comment.