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/oracle_dsource.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,16 +130,16 @@ Any combination of the following hooks can be provided on the Oracle dSource res
130
130
*`command` - Command to be executed [Updatable]
131
131
*`shell` - Type of shell. Valid values are [bash, shell, expect, ps, psd][Updatable]
132
132
*`credentials_env_vars` - List of environment variables that contain credentials for this operation
133
-
*`base_var_name` - Base name of the environment variables. Variables are named by appending '_USER', '_PASSWORD', '_PUBKEY' and '_PRIVKEY' to this base name, respectively. Variables whose values are not entered or present in the type of credential or vault selected will not be set.
134
-
*`password` - Password to assign to the environment variables. - vault - The name or reference of the vault to assign to the environment variables.
135
-
*`hashicorp_vault_engine` - Vault engine name where the credential is stored.
136
-
*`hashicorp_vault_secret_path` - Path in the vault engine where the credential is stored.
137
-
*`hashicorp_vault_username_key` - Hashicorp vault key for the username in the key-value store.
138
-
*`hashicorp_vault_secret_key` - Hashicorp vault key for the password in the key-value store.
139
-
*`azure_vault_name` - Azure key vault name.
140
-
*`azure_vault_username_key` - Azure vault key in the key-value store.
141
-
*`azure_vault_secret_key` - Azure vault key in the key-value store.
142
-
*`cyberark_vault_query_string` - Query to find a credential in the CyberArk vault.
133
+
*`base_var_name` - Base name of the environment variables. Variables are named by appending '_USER', '_PASSWORD', '_PUBKEY' and '_PRIVKEY' to this base name, respectively. Variables whose values are not entered or present in the type of credential or vault selected will not be set.
134
+
*`password` - Password to assign to the environment variables. - vault - The name or reference of the vault to assign to the environment variables.
135
+
*`hashicorp_vault_engine` - Vault engine name where the credential is stored.
136
+
*`hashicorp_vault_secret_path` - Path in the vault engine where the credential is stored.
137
+
*`hashicorp_vault_username_key` - Hashicorp vault key for the username in the key-value store.
138
+
*`hashicorp_vault_secret_key` - Hashicorp vault key for the password in the key-value store.
139
+
*`azure_vault_name` - Azure key vault name.
140
+
*`azure_vault_username_key` - Azure vault key in the key-value store.
141
+
*`azure_vault_secret_key` - Azure vault key in the key-value store.
142
+
*`cyberark_vault_query_string` - Query to find a credential in the CyberArk vault.
143
143
144
144
## Import (Beta)
145
145
Use the [`import` block](https://developer.hashicorp.com/terraform/language/import) to add Oracle Dsources created directly in DCT into a Terraform state file.
0 commit comments