Skip to content

Commit

Permalink
Rename network names
Browse files Browse the repository at this point in the history
  • Loading branch information
zli82016 committed Sep 16, 2023
1 parent fa4a1af commit f4264e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func TestAccSqlDatabaseInstance_deleteDefaultUserBeforeSubsequentApiCalls(t *tes

databaseName := "tf-test-" + acctest.RandString(t, 10)
addressName := "tf-test-" + acctest.RandString(t, 10)
networkName := acctest.BootstrapSharedServiceNetworkingConnection(t, "sql-instance-private-network-clone-2")
networkName := acctest.BootstrapSharedServiceNetworkingConnection(t, "sql-instance-clone-2")

// 1. Create an instance.
// 2. Add a root@'%' user.
Expand Down

0 comments on commit f4264e9

Please sign in to comment.