Skip to content

Commit ec28cce

Browse files
committed
fixed typo
1 parent 478dfd6 commit ec28cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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
})

0 commit comments

Comments
 (0)