From 039b8e552c4538ec69dc79901f36969b1bfdbf3a Mon Sep 17 00:00:00 2001 From: bodymindarts Date: Sun, 2 Oct 2022 22:41:16 +0200 Subject: [PATCH] fix: switch tf and make install order --- 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 846a0c6f..b4dd41bc 100644 --- a/modules/inception/gcp/bastion-startup.tmpl +++ b/modules/inception/gcp/bastion-startup.tmpl @@ -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 < /etc/profile.d/aliases.sh alias tf="terraform"