1
0
Fork 0
distrust-stack/README.md

21 lines
418 B
Markdown
Raw Normal View History

2023-01-27 01:28:41 +00:00
# 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.
2023-01-28 03:08:56 +00:00
## Dependencies
You will need the following installed:
- `terraform`
<!-- - `s3cmd` -->
## Usage
From either `backend/` or `main/`:
2023-01-28 03:08:56 +00:00
```shell
$ terraform init
```
```shell
$ terraform plan -var-file ../credentials.tfvars
2023-01-28 03:08:56 +00:00
```