Skip to content
Snippets Groups Projects
Commit 558f6675 authored by František Dvořák's avatar František Dvořák
Browse files

Possibility to set parameters via launch script

parent a180810f
No related branches found
No related tags found
No related merge requests found
#! /bin/sh -xe #! /bin/sh -xe
./terraform apply -auto-approve ./terraform apply -auto-approve "$@"
./terraform output -json > config.json ./terraform output -json > config.json
echo 'Sleeping...' echo 'Sleeping...'
sleep 60 sleep 60
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment