diff --git a/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.erb b/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.erb index b7af47de175a..39538a6ed5be 100644 --- a/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.erb +++ b/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.erb @@ -3313,7 +3313,7 @@ func TestAccContainerCluster_withAutopilot_withNodePoolDefaults(t *testing.T) { ResourceName: "google_container_cluster.primary", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{deletion_protection"}, + ImportStateVerifyIgnore: []string{"deletion_protection"}, }, }, }) @@ -10620,7 +10620,7 @@ func testAccContainerCluster_withAutopilotKubeletConfigUpdates(name, insecureKub `, name, insecureKubeletReadonlyPortEnabled) } -func TestAccContainerCluster_withAutopilot_withNodePoolDefaults(name, networkName, subnetworkName string) string { +func testAccContainerCluster_withAutopilot_withNodePoolDefaults(name, networkName, subnetworkName string) string { return fmt.Sprintf(` resource "google_container_cluster" "primary" { name = "%s"