kubespray/tests/scripts/create-tf.sh

6 lines
125 B
Bash
Raw Normal View History

2019-05-03 03:26:19 +08:00
#!/bin/bash
set -euxo pipefail
cd "../inventory/$CLUSTER"
terraform apply -auto-approve "../../contrib/terraform/$PROVIDER"