kubespray/tests/scripts/create-tf.sh

6 lines
113 B
Bash
Raw Normal View History

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