Skip to content

HUBS-2563 | Main <- Develop #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -38,7 +38,7 @@ terraform {
required_providers {
delphix = {
source = "delphix-integrations/delphix"
version = "3.2.0"
version = "3.3.0"
}
}
}
Expand Down Expand Up @@ -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<br>delphix_database_postgresql import | v 3.3.0 | v 22.0.0

2 changes: 1 addition & 1 deletion docs/resources/vdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down