Skip to content

Commit 31dd033

Browse files
mikejihbecodycushing
authored andcommitted
Correct docs for db systems. Closes #99
1 parent 11c13af commit 31dd033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/database/db_system.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ The following arguments are supported:
3535
* `availability_domain` - (Required) The name of the Availability Domain that the DB System is located in.
3636
* `compartment_id` - (Required) The OCID of the compartment.
3737
* `cpu_core_count` - (Required) The number of CPU cores enabled on the DB System.
38-
* `database_edition` - (Optional) The Oracle Database Edition that applies to all the databases on the DB System.
39-
* `db_home` - (Optional) Create DBHome details. See [Create DBHome Details](#create-dbhome-details) below for detials.
38+
* `database_edition` - (Required) The Oracle Database Edition that applies to all the databases on the DB System.
39+
* `db_home` - (Required) Create DBHome details. See [Create DBHome Details](#create-dbhome-details) below for detials.
4040
* `disk_redundancy` - (Optional) The type of redundancy configured for the DB System.
4141
* `display_name` - (Optional) The user-friendly name for the DB System. It does not have to be unique.
4242
* `domain` - (Optional) A domain name to assign to the DB System.
43-
* `hostname` - (Optional) The host name to assign to the DB Node.
43+
* `hostname` - (Required) The host name to assign to the DB Node.
4444
* `shape` - (Required) The shape of the DB System.
4545
* `ssh_public_keys` - (Required) The public key portion of the key pair to use for SSH access to the DB System.
4646
* `subnet_id` - (Required) The OCID of the subnet the DB System is associated with.

0 commit comments

Comments
 (0)