@@ -13,7 +13,7 @@ func TestAccSqlUser_mysql(t *testing.T) {
1313 skipIfVcr (t )
1414 t .Parallel ()
1515
16- instance := fmt .Sprintf ("i -%d" , randInt (t ))
16+ instance := fmt .Sprintf ("tf-test -%d" , randInt (t ))
1717 vcrTest (t , resource.TestCase {
1818 PreCheck : func () { testAccPreCheck (t ) },
1919 Providers : testAccProviders ,
@@ -50,7 +50,7 @@ func TestAccSqlUser_iamUser(t *testing.T) {
5050 skipIfVcr (t )
5151 t .Parallel ()
5252
53- instance := fmt .Sprintf ("i -%d" , randInt (t ))
53+ instance := fmt .Sprintf ("tf-test -%d" , randInt (t ))
5454 vcrTest (t , resource.TestCase {
5555 PreCheck : func () { testAccPreCheck (t ) },
5656 Providers : testAccProviders ,
@@ -75,7 +75,7 @@ func TestAccSqlUser_iamUser(t *testing.T) {
7575func TestAccSqlUser_postgres (t * testing.T ) {
7676 t .Parallel ()
7777
78- instance := fmt .Sprintf ("i -%d" , randInt (t ))
78+ instance := fmt .Sprintf ("tf-test -%d" , randInt (t ))
7979 vcrTest (t , resource.TestCase {
8080 PreCheck : func () { testAccPreCheck (t ) },
8181 Providers : testAccProviders ,
@@ -108,7 +108,7 @@ func TestAccSqlUser_postgres(t *testing.T) {
108108func TestAccSqlUser_postgresIAM (t * testing.T ) {
109109 t .Parallel ()
110110
111- instance := fmt .Sprintf ("i -%d" , randInt (t ))
111+ instance := fmt .Sprintf ("tf-test -%d" , randInt (t ))
112112 vcrTest (t , resource.TestCase {
113113 PreCheck : func () { testAccPreCheck (t ) },
114114 Providers : testAccProviders ,
@@ -134,7 +134,7 @@ func TestAccSqlUser_postgresIAM(t *testing.T) {
134134func TestAccSqlUser_postgresAbandon (t * testing.T ) {
135135 t .Parallel ()
136136
137- instance := fmt .Sprintf ("i -%d" , randInt (t ))
137+ instance := fmt .Sprintf ("tf-test -%d" , randInt (t ))
138138 userName := "admin"
139139 vcrTest (t , resource.TestCase {
140140 PreCheck : func () { testAccPreCheck (t ) },
0 commit comments