kubespray/tests/scripts/create-tf.sh

6 lines
125 B
Bash
Executable File

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