diff --git a/launch.sh b/launch.sh
index 729d4d4a777fee711fb6eed3ad00f0dc1e0e6214..f826cd26f872f2fa7bedccc29b5105285da44ce0 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