Skip to content

Commit

Permalink
chore: add vault to bastion startup script (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Jul 21, 2022
1 parent e2f7dcc commit 7361bbd
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 @@ -7,7 +7,7 @@ apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_re

# 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
apt-get update && apt-get install -y make terraform jq tree wget redis postgresql vault

gcloud components install gke-gcloud-auth-plugin

Expand Down

0 comments on commit 7361bbd

Please sign in to comment.