Skip to content

Commit 9503bf2

Browse files
author
Uddipaan Hazarika
committed
env doc fixes
1 parent a096019 commit 9503bf2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/resources/environment.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In Delphix, an environment is either a single instance host or a cluster of host
99
Each environment has unique properties and information depending on the operating system, installation, purpose, etc.
1010
The Delphix Environment resource (delphix_environment) in Terraform allows you to create, update, and delete Environments by enabling the apply, import, and destroy Terraform commands. Updating existing Delphix Environment resource parameters via the apply command is supported for the parameters specified below.
1111

12-
Note: In DCT, Environment are frequently referred to as Infrastructure Connections.
12+
Note: In DCT, environment are frequently referred to as Infrastructure Connections.
1313

1414
## Example Usage
1515

@@ -80,7 +80,7 @@ resource "delphix_environment" "win_standalone" {
8080
* `name` - The name of the environment. [Updatable]
8181
* `description` - The environment description. [Updatable]
8282
* `os_type` - (Required) Operating system type of the environment. Valid values are [UNIX, WINDOWS]
83-
* `engine_id` - (Required) The DCT ID of the Engine on which to create the environment. This ID can be obtained by querying the DCT engines API. A Delphix Engine must be registered with DCT first for it to create an Engine ID.
83+
* `engine_id` - (Required) The ID of the Engine on which to create the environment. The ID can be obtained by querying the DCT Engines API. A Delphix Engine must be registered with DCT first for it to create an Engine ID.
8484
* `is_cluster` - Whether the environment to be created is a cluster.
8585
* `cluster_home` - Absolute path to cluster home directory. This parameter is (Required) for UNIX cluster environments. [Updatable]
8686
* `staging_environment` - ID of the environment where Delphix (Windows) Connector is installed. This is a required parameter when creating Windows source environments.
@@ -90,7 +90,8 @@ resource "delphix_environment" "win_standalone" {
9090
### Host Arguments
9191
* `hostname` - (Required) Host Name or IP Address of the host that being added to Delphix. [Updatable]
9292
* `ssh_port` - ssh port of the environment. [Updatable]
93-
* `toolkit_path` - The path where Delphix Toolkit can be pushed. [Updatable]
93+
* `toolkit_path` - The path where the Delphix Toolkit can be placed. [Updatable]
94+
* `oracle_tde_keystores_root_path` - The path to the root of the Oracle TDE keystores artifact directories. [Updatable]
9495
* `java_home` - The path to the user managed Java Development Kit (JDK). If not specified, then the OpenJDK will be used. [Updatable]
9596
* `nfs_addresses` - Array of IP address or hostnames. Valid values are a list of addresses. For eg: ["192.168.10.2"] [Updatable]
9697

@@ -125,7 +126,7 @@ resource "delphix_environment" "win_standalone" {
125126
* `ase_db_use_kerberos_authentication` - Whether to use Kerberos authentication for SAP ASE DB discovery.
126127

127128
### Advanced Arguments
128-
* `tags` - The tags to be created for this environment. This is a map of 2 parameters: [Updatable]
129+
* `tags` - The tags to be created for this environment. This is a map of two parameters: [Updatable]
129130
* `key` - (Required) Key of the tag
130131
* `value` - (Required) Value of the tag
131132
* `ignore_tag_changes` – This flag enables whether changes in the tags are identified by Terraform. By default, this is set to true, meaning changes to the resource's tags are ignored.

0 commit comments

Comments
 (0)