Skip to content

Commit 228fb71

Browse files
committed
fixed typo
1 parent 05cc0f4 commit 228fb71

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
@@ -3390,7 +3390,7 @@ func TestAccContainerCluster_withAutopilot_withNodePoolDefaults(t *testing.T) {
33903390
ResourceName: "google_container_cluster.primary",
33913391
ImportState: true,
33923392
ImportStateVerify: true,
3393-
ImportStateVerifyIgnore: []string{deletion_protection"},
3393+
ImportStateVerifyIgnore: []string{"deletion_protection"},
33943394
},
33953395
},
33963396
})
@@ -10736,7 +10736,7 @@ func testAccContainerCluster_withAutopilotKubeletConfigUpdates(name, insecureKub
1073610736
`, name, insecureKubeletReadonlyPortEnabled)
1073710737
}
1073810738

10739-
func TestAccContainerCluster_withAutopilot_withNodePoolDefaults(name, networkName, subnetworkName string) string {
10739+
func testAccContainerCluster_withAutopilot_withNodePoolDefaults(name, networkName, subnetworkName string) string {
1074010740
return fmt.Sprintf(`
1074110741
resource "google_container_cluster" "primary" {
1074210742
name = "%s"

0 commit comments

Comments
 (0)