@@ -2660,7 +2660,7 @@ func TestAccContainerCluster_stackType_withDualStack(t *testing.T) {
26602660 ResourceName : resourceName ,
26612661 ImportState : true ,
26622662 ImportStateVerify : true ,
2663- ImportStateVerifyIgnore : []string {"min_master_version" , " deletion_protection" },
2663+ ImportStateVerifyIgnore : []string {"deletion_protection" },
26642664 },
26652665 },
26662666 })
@@ -2688,7 +2688,7 @@ func TestAccContainerCluster_stackType_withSingleStack(t *testing.T) {
26882688 ResourceName : resourceName ,
26892689 ImportState : true ,
26902690 ImportStateVerify : true ,
2691- ImportStateVerifyIgnore : []string {"min_master_version" , " deletion_protection" },
2691+ ImportStateVerifyIgnore : []string {"deletion_protection" },
26922692 },
26932693 },
26942694 })
@@ -7875,7 +7875,6 @@ resource "google_container_cluster" "with_stack_type" {
78757875 network = google_compute_network.container_network.name
78767876 subnetwork = google_compute_subnetwork.container_subnetwork.name
78777877
7878- min_master_version = "1.25"
78797878 initial_node_count = 1
78807879 datapath_provider = "ADVANCED_DATAPATH"
78817880 enable_l4_ilb_subsetting = true
@@ -7911,7 +7910,6 @@ resource "google_container_cluster" "with_stack_type" {
79117910 network = google_compute_network.container_network.name
79127911 subnetwork = google_compute_subnetwork.container_subnetwork.name
79137912
7914- min_master_version = "1.25"
79157913 initial_node_count = 1
79167914 enable_l4_ilb_subsetting = true
79177915
0 commit comments