Skip to content

Commit 4745990

Browse files
Andrew JennerNagaRajuPasunuri
authored andcommitted
Bug Fix - Corrected outdated documentation for db_name field of the oci_database_autonomous_database resource.
1 parent 8b62148 commit 4745990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/database_autonomous_database.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The following arguments are supported:
128128

129129
**Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
130130
* `database_edition` - (Optional) (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
131-
* `db_name` - (Required) (Updatable) The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy.
131+
* `db_name` - (Required) (Updatable) Specify the database name; it must consist of letters and numbers only. The maximum length is 30 characters. The same database name cannot be used for multiple Autonomous Databases in the same tenancy in the same region.
132132
* `db_version` - (Optional) (Updatable) A valid Oracle Database version for Autonomous Database.`db_workload` AJD and APEX are only supported for `db_version` `19c` and above.
133133
* `db_workload` - (Optional) (Updatable) The Autonomous Database workload type. The following values are valid:
134134
* OLTP - indicates an Autonomous Transaction Processing database

0 commit comments

Comments
 (0)