Skip to content

Commit f33558b

Browse files
author
Uddipaan Hazarika
committed
minor fixes doc
1 parent 13fc71f commit f33558b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <provider> Delphix Provider
22

3-
The [Terraform Provider for Delphix](https://help.delphix.com/eh/current/Content/Ecoystem/Terraform.htm) enables you to natively manage data-as-code along with your infrastructure.
3+
The [Terraform Provider for Delphix](https://help.delphix.com/eh/current/content/terraform.htm) enables you to natively manage data-as-code along with your infrastructure.
44

55
With Terraform and Delphix, you can now automatically provision, manage, and teardown any number of ephemeral data environments to drive enterprise DevOps workflows, such as test data management.
66

docs/resources/oracle_dsource.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ Any combination of the following hooks can be provided on the Oracle dSource res
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
133133
* `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.
134+
* `password` - Password to assign to the environment variables.
135+
* `vault` - The name or reference of the vault to assign to the environment variables.
135136
* `hashicorp_vault_engine` - Vault engine name where the credential is stored.
136137
* `hashicorp_vault_secret_path` - Path in the vault engine where the credential is stored.
137138
* `hashicorp_vault_username_key` - Hashicorp vault key for the username in the key-value store.

0 commit comments

Comments
 (0)