You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/environment.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ In Delphix, an environment is either a single instance host or a cluster of host
9
9
Each environment has unique properties and information depending on the operating system, installation, purpose, etc.
10
10
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.
11
11
12
-
Note: In DCT, Environment are frequently referred to as Infrastructure Connections.
12
+
Note: In DCT, environment are frequently referred to as Infrastructure Connections.
*`name` - The name of the environment. [Updatable]
81
81
*`description` - The environment description. [Updatable]
82
82
*`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.
84
84
*`is_cluster` - Whether the environment to be created is a cluster.
85
85
*`cluster_home` - Absolute path to cluster home directory. This parameter is (Required) for UNIX cluster environments. [Updatable]
86
86
*`staging_environment` - ID of the environment where Delphix (Windows) Connector is installed. This is a required parameter when creating Windows source environments.
*`ase_db_use_kerberos_authentication` - Whether to use Kerberos authentication for SAP ASE DB discovery.
126
127
127
128
### 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]
129
130
*`key` - (Required) Key of the tag
130
131
*`value` - (Required) Value of the tag
131
132
*`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