Skip to content

Commit 3d41348

Browse files
authored
Update main.tf
1 parent b806be9 commit 3d41348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gke/autopilot/reservation/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data "google_client_config" "default" {}
1818

1919
resource "google_container_cluster" "default" {
2020
name = "gke-autopilot-cluster"
21-
location = "us-central1-a"
21+
location = "us-central1"
2222

2323
enable_autopilot = true
2424

0 commit comments

Comments
 (0)