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 27187e3 commit f256d39Copy full SHA for f256d39
gke/autopilot/policycontroller/main.tf
@@ -28,7 +28,7 @@ resource "google_project_service" "default" {
28
}
29
30
resource "google_container_cluster" "default" {
31
- name = "gke-autopilot-mesh"
+ name = "gke-autopilot-policycontroller"
32
location = "us-central1"
33
34
enable_autopilot = true
0 commit comments