Skip to content

Commit

Permalink
Change VPC Flow Logs update test from Beta to GA
Browse files Browse the repository at this point in the history
Signed-off-by: alkobi-google <[email protected]>
  • Loading branch information
alkobi-google committed Dec 16, 2024
1 parent 92adc16 commit b9f1ef0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestAccNetworkManagementVpcFlowLogsConfig_updateInterconnect(t *testing.T)

acctest.VcrTest(t, resource.TestCase{
PreCheck: func() { acctest.AccTestPreCheck(t) },
ProtoV5ProviderFactories: acctest.ProtoV5ProviderBetaFactories(t),
ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories(t),
CheckDestroy: testAccCheckNetworkManagementVpcFlowLogsConfigDestroyProducer(t),
Steps: []resource.TestStep{
{
Expand Down Expand Up @@ -124,7 +124,7 @@ func TestAccNetworkManagementVpcFlowLogsConfig_updateVpn(t *testing.T) {

acctest.VcrTest(t, resource.TestCase{
PreCheck: func() { acctest.AccTestPreCheck(t) },
ProtoV5ProviderFactories: acctest.ProtoV5ProviderBetaFactories(t),
ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories(t),
CheckDestroy: testAccCheckNetworkManagementVpcFlowLogsConfigDestroyProducer(t),
Steps: []resource.TestStep{
{
Expand Down

0 comments on commit b9f1ef0

Please sign in to comment.