Skip to content

Commit

Permalink
Fix docs (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Dec 4, 2020
1 parent badc47d commit 1307af5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/index.md
Expand Up @@ -32,16 +32,19 @@ provider snowflake {

## Schema

### Required

- **account** (String, Required)
- **username** (String, Required)

### Optional

- **account** (String, Optional)
- **browser_auth** (Boolean, Optional)
- **oauth_access_token** (String, Optional)
- **password** (String, Optional)
- **private_key_path** (String, Optional)
- **region** (String, Optional)
- **role** (String, Optional)
- **username** (String, Optional)


## Authentication
Expand Down

0 comments on commit 1307af5

Please sign in to comment.