Skip to content

Commit 8285f9b

Browse files
Terraform Team Automationvsin12
authored andcommitted
Bug Fix - Fixed oci_database_db_home resource documentation.
1 parent aaa338c commit 8285f9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

website/docs/r/database_db_home.html.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Creates a new Database Home in the specified database system based on the reques
1818
```hcl
1919
resource "oci_database_db_home" "test_db_home" {
2020
#Required
21+
#Optional
2122
database {
2223
#Required
2324
admin_password = var.db_home_database_admin_password
@@ -56,8 +57,6 @@ resource "oci_database_db_home" "test_db_home" {
5657
time_stamp_for_point_in_time_recovery = var.db_home_database_time_stamp_for_point_in_time_recovery
5758
vault_id = oci_kms_vault.test_vault.id
5859
}
59-
60-
#Optional
6160
database_software_image_id = oci_database_database_software_image.test_database_software_image.id
6261
db_system_id = oci_database_db_system.test_db_system.id
6362
db_version {
@@ -77,7 +76,7 @@ resource "oci_database_db_home" "test_db_home" {
7776

7877
The following arguments are supported:
7978

80-
* `database` - (Required) (Updatable) Details for creating a database.
79+
* `database` - (Optional) (Updatable) Details for creating a database.
8180

8281
**Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
8382
* `admin_password` - (Required) A strong password for SYS, SYSTEM, PDB Admin and TDE Wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, \#, or -.

0 commit comments

Comments
 (0)