Skip to content

Commit

Permalink
Introduce requested doc change
Browse files Browse the repository at this point in the history
references #2509
  • Loading branch information
sfc-gh-asawicki committed Feb 16, 2024
1 parent dc27d64 commit 4316eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ provider "snowflake" {
account = "..." # required if not using profile. Can also be set via SNOWFLAKE_ACCOUNT env var
username = "..." # required if not using profile or token. Can also be set via SNOWFLAKE_USER env var
password = "..."
authenticator = "..." # required if not using password as auth method
oauth_access_token = "..."
private_key_path = "..."
private_key = "..."
Expand Down
1 change: 1 addition & 0 deletions examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ provider "snowflake" {
account = "..." # required if not using profile. Can also be set via SNOWFLAKE_ACCOUNT env var
username = "..." # required if not using profile or token. Can also be set via SNOWFLAKE_USER env var
password = "..."
authenticator = "..." # required if not using password as auth method
oauth_access_token = "..."
private_key_path = "..."
private_key = "..."
Expand Down

0 comments on commit 4316eb8

Please sign in to comment.