mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
12 lines
269 B
Markdown
12 lines
269 B
Markdown
# terraform
|
|
|
|
Terraform files for my setup.
|
|
|
|
The state can be found in an s3 bucket that is not managed via terraform and looks like it might contain it
|
|
|
|
This uses the following environment variables:
|
|
|
|
```
|
|
export AWS_ACCESS_KEY_ID=""
|
|
export AWS_SECRET_ACCESS_KEY=""
|
|
```
|