From 558f66759e0ebf1d351bb3135098d27a6b9a022f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Wed, 9 Dec 2020 20:51:39 +0100
Subject: [PATCH] Possibility to set parameters via launch script

---
 launch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/launch.sh b/launch.sh
index 729d4d4..f826cd2 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,5 +1,5 @@
 #! /bin/sh -xe
-./terraform apply -auto-approve
+./terraform apply -auto-approve "$@"
 ./terraform output -json > config.json
 echo 'Sleeping...'
 sleep 60
-- 
GitLab