Skip to content

Commit

Permalink
Add note about which environment variables need to be set and which ones
Browse files Browse the repository at this point in the history
need to not set for terraform.
  • Loading branch information
ian-r-rose committed Nov 6, 2023
1 parent 0e736ad commit 4ce9fb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/new-project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ You should substitute the appropriate names there.
### Create the dev configuration
1. Ensure that your environment has environment variables set for
`SNOWFLAKE_ACCOUNT`, `SNOWFLAKE_USER`, `SNOWFLAKE_PRIVATE_KEY_PATH`, and `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE`.
Make sure you *don't* have any other `SNOWFLAKE_*` variables set,
as they can interfere with authentication.
1. In the new git repository, create a directory to hold the development Terraform configuration:
```bash
mkdir -p terraform/environments/dev/
Expand Down

0 comments on commit 4ce9fb3

Please sign in to comment.