diff --git a/docs/index.md b/docs/index.md index 5870159..5ac131c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,8 +14,8 @@ If you are entitled to Data Control Tower then you may also send support issues | Product | Version | |--------------------------------|----------| -| Data Control Tower (DCT) | v14+ | -| Delphix Continuous Data Engine | v6.0.0.1+ | +| Data Control Tower (DCT) | v22+ | +| Delphix Continuous Data Engine | v16.0.0.0+ | Note: The DCT version above guarantees full provider support. However, each resource might support older versions. Refer to the specific resource documentation page for more information. @@ -38,7 +38,7 @@ terraform { required_providers { delphix = { source = "delphix-integrations/delphix" - version = "3.2.0" + version = "3.3.0" } } } @@ -76,4 +76,5 @@ delphix_environment | v 1.0.0 | v 2.0.0 delphix_appdata_dsource | v 2.1.0 | v 10.0.0 delphix_oracle_dsource | v 3.1.0 | v 10.0.0 delphix_database_postgresql | v 3.2.0 | v 14.0.0 +delphix_vdb update
delphix_database_postgresql import | v 3.3.0 | v 22.0.0 diff --git a/docs/resources/vdb.md b/docs/resources/vdb.md index 5786d79..3ac8cb8 100644 --- a/docs/resources/vdb.md +++ b/docs/resources/vdb.md @@ -155,7 +155,7 @@ Environment variable to be set when a VDB is created. See the Continuous Data EN * `mount_path` - Absolute path on the target environment were the filesystem should be mounted * `environment_id` - The entity ID of the environment on which the file system will be mounted. -* `instance_name` - The VDB's SID name (Oracle Only). +* `instance_name` - The VDB's SID name (Oracle Only). (This parameter is available starting DCT v22+) * `open_reset_logs` - TRUE or FALSE value which determines whether to open the database after provision (Oracle Only).