@@ -2259,7 +2259,7 @@ func TestAccContainerCluster_stackType_withDualStack(t *testing.T) {
2259
2259
ResourceName : resourceName ,
2260
2260
ImportState : true ,
2261
2261
ImportStateVerify : true ,
2262
- ImportStateVerifyIgnore : []string {"min_master_version" , " deletion_protection" },
2262
+ ImportStateVerifyIgnore : []string {"deletion_protection" },
2263
2263
},
2264
2264
},
2265
2265
})
@@ -2287,7 +2287,7 @@ func TestAccContainerCluster_stackType_withSingleStack(t *testing.T) {
2287
2287
ResourceName : resourceName ,
2288
2288
ImportState : true ,
2289
2289
ImportStateVerify : true ,
2290
- ImportStateVerifyIgnore : []string {"min_master_version" , " deletion_protection" },
2290
+ ImportStateVerifyIgnore : []string {"deletion_protection" },
2291
2291
},
2292
2292
},
2293
2293
})
@@ -7028,7 +7028,6 @@ resource "google_container_cluster" "with_stack_type" {
7028
7028
network = google_compute_network.container_network.name
7029
7029
subnetwork = google_compute_subnetwork.container_subnetwork.name
7030
7030
7031
- min_master_version = "1.25"
7032
7031
initial_node_count = 1
7033
7032
datapath_provider = "ADVANCED_DATAPATH"
7034
7033
enable_l4_ilb_subsetting = true
@@ -7064,7 +7063,6 @@ resource "google_container_cluster" "with_stack_type" {
7064
7063
network = google_compute_network.container_network.name
7065
7064
subnetwork = google_compute_subnetwork.container_subnetwork.name
7066
7065
7067
- min_master_version = "1.25"
7068
7066
initial_node_count = 1
7069
7067
enable_l4_ilb_subsetting = true
7070
7068
0 commit comments