Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 committed Sep 12, 2024
1 parent 478dfd6 commit ad68a36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
},
})
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ad68a36

Please sign in to comment.