Skip to content

Commit

Permalink
add doc string for test env variable constant
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-gopalan committed Jun 3, 2024
1 parent cd0d9c5 commit d8aeeab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ const (
// EnvVarTokenFilename for the TokenFile auth login.
EnvVarTokenFilename = "TERRAFORM_VAULT_TOKEN_FILENAME"

// EnvVarVaultConfigPath to override where the Vault configuration is.
// EnvVarVaultConfigPath to override where the Vault configuration is in tests.
// Note: only used in tests. not used by the provider to read the Vault config.
EnvVarVaultConfigPath = "VAULT_CONFIG_PATH"
/*
common mount types
Expand Down

0 comments on commit d8aeeab

Please sign in to comment.