@@ -6876,7 +6876,7 @@ func TestAccContainerCluster_network_tier_config(t *testing.T) {
68766876 ResourceName: " google_container_cluster.primary" ,
68776877 ImportState: true,
68786878 ImportStateVerify: true,
6879- ImportStateVerifyIgnore: []string{" deletion_protection" },
6879+ ImportStateVerifyIgnore: []string{" deletion_protection" , " min_master_version " },
68806880 },
68816881 {
68826882 Config: testAccContainerCluster_network_tier_config(clusterName, networkName, subnetworkName, " NETWORK_TIER_PREMIUM" ),
@@ -6888,7 +6888,7 @@ func TestAccContainerCluster_network_tier_config(t *testing.T) {
68886888 ResourceName: " google_container_cluster.primary" ,
68896889 ImportState: true,
68906890 ImportStateVerify: true,
6891- ImportStateVerifyIgnore: []string{" deletion_protection" },
6891+ ImportStateVerifyIgnore: []string{" deletion_protection" , " min_master_version " },
68926892 },
68936893 {
68946894 Config: testAccContainerCluster_network_tier_config(clusterName, networkName, subnetworkName, " NETWORK_TIER_STANDARD" ),
@@ -6900,7 +6900,7 @@ func TestAccContainerCluster_network_tier_config(t *testing.T) {
69006900 ResourceName: " google_container_cluster.primary" ,
69016901 ImportState: true,
69026902 ImportStateVerify: true,
6903- ImportStateVerifyIgnore: []string{" deletion_protection" },
6903+ ImportStateVerifyIgnore: []string{" deletion_protection" , " min_master_version " },
69046904 },
69056905 },
69066906 })
0 commit comments