Skip to content

Commit ad68a36

Browse files
committed
fixed typo
1 parent 478dfd6 commit ad68a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -3313,7 +3313,7 @@ func TestAccContainerCluster_withAutopilot_withNodePoolDefaults(t *testing.T) {
33133313
ResourceName: "google_container_cluster.primary",
33143314
ImportState: true,
33153315
ImportStateVerify: true,
3316-
ImportStateVerifyIgnore: []string{deletion_protection"},
3316+
ImportStateVerifyIgnore: []string{"deletion_protection"},
33173317
},
33183318
},
33193319
})
@@ -10620,7 +10620,7 @@ func testAccContainerCluster_withAutopilotKubeletConfigUpdates(name, insecureKub
1062010620
`, name, insecureKubeletReadonlyPortEnabled)
1062110621
}
1062210622

10623-
func TestAccContainerCluster_withAutopilot_withNodePoolDefaults(name, networkName, subnetworkName string) string {
10623+
func testAccContainerCluster_withAutopilot_withNodePoolDefaults(name, networkName, subnetworkName string) string {
1062410624
return fmt.Sprintf(`
1062510625
resource "google_container_cluster" "primary" {
1062610626
name = "%s"

0 commit comments

Comments
 (0)