Skip to content

Commit

Permalink
specify correct username env var in index.md (#259)
Browse files Browse the repository at this point in the history
Based on https://github.com/chanzuckerberg/terraform-provider-snowflake/blob/master/pkg/provider/provider.go#L29
It seems like accidentally the env var was mentioned as `SNOWFLAKE_PASSWORD` instead of `SNOWFLAKE_USER` for the username
  • Loading branch information
sfc-gh-spandey authored Sep 28, 2020
1 parent 6ac54ed commit 6261e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ In addition to [generic `provider` arguments](https://www.terraform.io/docs/conf
* `account` - (required) The name of the Snowflake account. Can also come from the
`SNOWFLAKE_ACCOUNT` environment variable.
* `username` - (required) Username for username+password authentication. Can come from the
`SNOWFLAKE_PASSWORD` environment variable.
`SNOWFLAKE_USER` environment variable.
* `region` - (required) [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Can be source from the `SNOWFLAKE_REGION` environment variable.
* `password` - (optional) Password for username+password auth. Cannot be used with `browser_auth` or
`private_key_path`. Can be source from `SNOWFLAKE_PASSWORD` environment variable.
Expand Down

0 comments on commit 6261e0b

Please sign in to comment.