We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8d762 commit 8c684ffCopy full SHA for 8c684ff
oci/database_autonomous_database_test.go
@@ -36,7 +36,7 @@ var (
36
"values": Representation{repType: Required, create: []string{`${oci_database_autonomous_database.test_autonomous_database.id}`}},
37
}
38
39
- adbName = randomString(14, charset)
+ adbName = randomString(1, charsetWithoutDigits) + randomString(13, charset)
40
41
autonomousDatabaseRepresentation = map[string]interface{}{
42
"admin_password": Representation{repType: Required, create: `BEstrO0ng_#11`, update: `BEstrO0ng_#12`},
0 commit comments