Skip to content

Commit

Permalink
Merge pull request #52 from Uddipaan-Hazarika/main
Browse files Browse the repository at this point in the history
uddi_fork -> main | modified vdbname param in doc
  • Loading branch information
arunskurian authored Apr 26, 2023
2 parents 86c0d8e + 0cef547 commit 1e26f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/vdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ resource "delphix_vdb" "vdb_name" {

* `target_group_id` - (Optional) The ID of the group into which the VDB will be provisioned. If unset, a group is selected randomly on the Engine.

* `vdb_name` - (Optional) The unique name of the provisioned VDB within a group. If unset, a name is randomly generated.
* `name` - (Optional) The unique name of the provisioned VDB within a group. If unset, a name is randomly generated.

* `database_name` - (Optional) The name of the database on the target environment. Defaults to vdb_name.
* `database_name` - (Optional) The name of the database on the target environment. Defaults to name.

* `cdb_id` - (Optional) The ID of the container database (CDB) to provision an Oracle Multitenant database into. When this is not set, a new vCDB will be provisioned.

Expand Down

0 comments on commit 1e26f16

Please sign in to comment.