21 lines
418 B
Markdown
21 lines
418 B
Markdown
# Distrust Infrastructure
|
|
|
|
For the purpose of transparency, we include our infrastructure configuration right out in the open to encourage those we work with, and otherwise to do the same.
|
|
|
|
## Dependencies
|
|
|
|
You will need the following installed:
|
|
- `terraform`
|
|
<!-- - `s3cmd` -->
|
|
|
|
## Usage
|
|
|
|
From either `backend/` or `main/`:
|
|
|
|
```shell
|
|
$ terraform init
|
|
```
|
|
|
|
```shell
|
|
$ terraform plan -var-file ../credentials.tfvars
|
|
``` |