From 7361bbd69060345880e3d9a91d3cdd8f62f58fca Mon Sep 17 00:00:00 2001 From: Kartik Shah Date: Thu, 21 Jul 2022 18:57:22 +0530 Subject: [PATCH] chore: add vault to bastion startup script (#71) --- modules/inception/gcp/bastion-startup.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/inception/gcp/bastion-startup.tmpl b/modules/inception/gcp/bastion-startup.tmpl index f3f364e9..ea1be15f 100644 --- a/modules/inception/gcp/bastion-startup.tmpl +++ b/modules/inception/gcp/bastion-startup.tmpl @@ -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