tf-gke-test/get-credentials.sh

3 lines
170 B
Bash
Raw Normal View History

#!/bin/bash
gcloud container clusters get-credentials $(tofu output -raw kubernetes_cluster_name) --region $(tofu output -raw zone) --project $(tofu output -raw project)