Skip to content

Commit

Permalink
fix: switch tf and make install order
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Oct 2, 2022
1 parent dcec3cb commit 039b8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/inception/gcp/bastion-startup.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /

# Keep make and terraform the first items installed as they are needed
# for testflight to complete
apt-get update && apt-get install -y make terraform jq tree wget redis postgresql vault
apt-get update && apt-get install -y terraform make jq tree wget redis postgresql vault

cat <<EOF > /etc/profile.d/aliases.sh
alias tf="terraform"
Expand Down

0 comments on commit 039b8e5

Please sign in to comment.