Skip to content

Commit 390c830

Browse files
committed
docs: add documentation for the masked flag on the vdb
1 parent 679ad7d commit 390c830

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/resources/vdb.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ resource "delphix_vdb" "vdb_name" {
202202

203203
* `new_dbid` - (Optional) [Updatable] Option to generate a new DB ID for the created VDB (Oracle Only).
204204

205+
* `masked` - (Optional) Option to create a Masked VDB. Note: You should define a `configure_clone` script in the Hooks step to mask the dataset. The selection of the "Mask this VDB" option will cause the data to be marked as masked, whether you have defined a script to do so or not.
206+
If you do not define a script to mask the dataset, the data will not be masked unless there is a masking job associated with the source dataset.
207+
205208
* `listener_ids` - (Optional) [Updatable] The listener IDs for this provision operation (Oracle Only). This is a list of listener ids. For eg: [ "listener-123", "listener-456" ]
206209

207210
* `custom_env_vars` - (Optional)

0 commit comments

Comments
 (0)