Skip to content

Commit

Permalink
Notes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-r-rose committed Nov 6, 2023
1 parent 4ce9fb3 commit 1561f39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/new-project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ You should substitute the appropriate names there.
`"github.com/cagov/data-infrastructure.git//terraform/snowflake/modules/elt?ref=<ref>"`
where `<ref>` is the short hash of the most recent commit in the `data-infrastructure` repository.
1. In the `dev` directory, create a new backend configuration file called `<owner>-<project>-dev.tfbackend`.
The file will point to the S3 bucket in which we are storing terraform state:
The file will point to the S3 bucket in which we are storing terraform state. Populate the backend
configuration file with the following (making sure to substitute values for `<owner>` and `<project>`):
```hcl
bucket = "dse-snowflake-dev-terraform-state"
dynamodb_table = "dse-snowflake-dev-terraform-state-lock"
Expand Down

0 comments on commit 1561f39

Please sign in to comment.