Difference between revisions of "Terraform output -raw region"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
− | [[terraform output -raw]] [[region]] | + | [[terraform output -raw]] [[Amazon regions|region]] |
[[us-central1]] | [[us-central1]] | ||
Revision as of 20:00, 23 October 2023
terraform output -raw region us-central1
gcloud container clusters get-credentials $(terraform output -raw kubernetes_cluster_name) --region $(terraform output -raw region) Fetching cluster endpoint and auth data. ERROR: (gcloud.container.clusters.get-credentials) ResponseError: code=404, message=Not found: projects/your-project/locations/us- central1/clusters/your-cluster-gke. Could not find [your-cluster-gke] in [ us-central1 ]. Did you mean [your-cluster-gke] in [ us-central1-a ]?
See also
terraform output [ -raw | -json | --help ]
Advertising: