c12s-kubespray/tests/scripts/create-tf.sh
2019-05-02 12:26:19 -07:00

6 lines
125 B
Bash
Executable file

#!/bin/bash
set -euxo pipefail
cd "../inventory/$CLUSTER"
terraform apply -auto-approve "../../contrib/terraform/$PROVIDER"