Skip to content

Commit

Permalink
Fix TestAccContainerCluster_autoprovisioningDefaultsManagement (#13000)
Browse files Browse the repository at this point in the history
  • Loading branch information
hao-nan-li authored Feb 7, 2025
1 parent f16f4a3 commit 32318d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4554,7 +4554,7 @@ func TestAccContainerCluster_autoprovisioningDefaultsManagement(t *testing.T) {
CheckDestroy: testAccCheckContainerClusterDestroyProducer(t),
Steps: []resource.TestStep{
{
Config: testAccContainerCluster_autoprovisioningDefaultsManagement(clusterName, networkName, subnetworkName, false, false),
Config: testAccContainerCluster_autoprovisioningDefaultsManagement(clusterName, networkName, subnetworkName, true, false),
},
{
ResourceName: "google_container_cluster.with_autoprovisioning_management",
Expand Down

0 comments on commit 32318d4

Please sign in to comment.