Skip to content

Commit 13fc71f

Browse files
author
Uddipaan Hazarika
committed
minor alignment fix
1 parent 4d8adbe commit 13fc71f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/resources/oracle_dsource.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,16 @@ Any combination of the following hooks can be provided on the Oracle dSource res
130130
* `command` - Command to be executed [Updatable]
131131
* `shell` - Type of shell. Valid values are [bash, shell, expect, ps, psd] [Updatable]
132132
* `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.
143143

144144
## Import (Beta)
145145
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

Comments
 (0)