Skip to content

Commit 078a388

Browse files
Merge pull request #101 from delphix-integrations/develop
HUBS-2563 | Main <- Develop
2 parents 49b6aaa + 890c758 commit 078a388

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ If you are entitled to Data Control Tower then you may also send support issues
1414

1515
| Product | Version |
1616
|--------------------------------|----------|
17-
| Data Control Tower (DCT) | v14+ |
18-
| Delphix Continuous Data Engine | v6.0.0.1+ |
17+
| Data Control Tower (DCT) | v22+ |
18+
| Delphix Continuous Data Engine | v16.0.0.0+ |
1919

2020
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.
2121

@@ -38,7 +38,7 @@ terraform {
3838
required_providers {
3939
delphix = {
4040
source = "delphix-integrations/delphix"
41-
version = "3.2.0"
41+
version = "3.3.0"
4242
}
4343
}
4444
}
@@ -76,4 +76,5 @@ delphix_environment | v 1.0.0 | v 2.0.0
7676
delphix_appdata_dsource | v 2.1.0 | v 10.0.0
7777
delphix_oracle_dsource | v 3.1.0 | v 10.0.0
7878
delphix_database_postgresql | v 3.2.0 | v 14.0.0
79+
delphix_vdb update<br>delphix_database_postgresql import | v 3.3.0 | v 22.0.0
7980

docs/resources/vdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Environment variable to be set when a VDB is created. See the Continuous Data EN
155155
* `mount_path` - Absolute path on the target environment were the filesystem should be mounted
156156
* `environment_id` - The entity ID of the environment on which the file system will be mounted.
157157

158-
* `instance_name` - The VDB's SID name (Oracle Only).
158+
* `instance_name` - The VDB's SID name (Oracle Only). (This parameter is available starting DCT v22+)
159159

160160
* `open_reset_logs` - TRUE or FALSE value which determines whether to open the database after provision (Oracle Only).
161161

0 commit comments

Comments
 (0)