Skip to content

Commit f256d39

Browse files
authored
Update main.tf
1 parent 27187e3 commit f256d39

File tree

1 file changed

+1
-1
lines changed
  • gke/autopilot/policycontroller

1 file changed

+1
-1
lines changed

gke/autopilot/policycontroller/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "google_project_service" "default" {
2828
}
2929

3030
resource "google_container_cluster" "default" {
31-
name = "gke-autopilot-mesh"
31+
name = "gke-autopilot-policycontroller"
3232
location = "us-central1"
3333

3434
enable_autopilot = true

0 commit comments

Comments
 (0)