kubespray/tests/scripts/create-tf.sh

6 lines
125 B
Bash

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