Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 604 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 604 Bytes

Terraform

Just some infrastructure code for resources outside of what I manage via Nix, mostly within AWS.

I know what you may be saying looking at files in this dir.

WHAT! You've sourced terraform.tf? Don't you know thats bad?

Yes. I know the downfalls. I am the only developer, so concurrency does not matter, and the file in encrypted at rest with git-crypt, so the contents are not public.

Run Locally

git-crypt unlock
for line in $(pass show aws.amazon.com/ondy-org/iam_users/admin | rg -e AWS_); do export "$line"; done
make