c12s-kubespray/tests/scripts/create-tf.sh

6 lines
113 B
Bash
Raw Normal View History

2019-05-02 13:26:19 -06:00
#!/bin/bash
set -euxo pipefail
2019-05-09 08:40:49 +02:00
cd ..
2020-06-03 09:00:17 +02:00
terraform apply -auto-approve -parallelism=1 "contrib/terraform/$PROVIDER"