We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b806be9 commit 3d41348Copy full SHA for 3d41348
gke/autopilot/reservation/main.tf
@@ -18,7 +18,7 @@ data "google_client_config" "default" {}
18
19
resource "google_container_cluster" "default" {
20
name = "gke-autopilot-cluster"
21
- location = "us-central1-a"
+ location = "us-central1"
22
23
enable_autopilot = true
24
0 commit comments