Skip to content

Commit 2b0acb9

Browse files
committed
Fix test and update dependency
1 parent e7bb953 commit 2b0acb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mmv1/third_party/terraform/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
3636
golang.org/x/net v0.43.0
3737
golang.org/x/oauth2 v0.30.0
38-
google.golang.org/api v0.248.0
38+
google.golang.org/api v0.249.0
3939
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c
4040
google.golang.org/grpc v1.74.2
4141
google.golang.org/protobuf v1.36.7

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)