This website requires JavaScript.
Explore
Help
Register
Sign in
cst1
/
infrastructure
Watch
1
Star
0
Fork
You've already forked infrastructure
0
forked from
DGNum/infrastructure
Code
Pull requests
Activity
3e6a3afd95
infrastructure
/
terranix
/
default.nix
8 lines
69 B
Nix
Raw
Normal View
History
Unescape
Escape
feat(infra): introduce Terranix This requires the support for monorepo-terraform-state.s3.dgnum.eu being available. `.credentials/` is age-encrypted using only my key for now until we figure out the right mechanism. Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
2024-10-10 12:27:40 +02:00
{
imports
=
[
./common.nix
./state.nix
feat(infra): add S3 declarative buckets A very simple basic support for it, which requires a S3 admin token. Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
2024-10-10 12:31:44 +02:00
./s3.nix
feat(infra): introduce Terranix This requires the support for monorepo-terraform-state.s3.dgnum.eu being available. `.credentials/` is age-encrypted using only my key for now until we figure out the right mechanism. Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
2024-10-10 12:27:40 +02:00
]
;
}
Copy permalink