diff options
author | Vincent Ambo <mail@tazj.in> | 2023-01-29T16·44+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-03-03T10·48+0000 |
commit | dbca46d05205bdaab07d4faf1899a6452f34dd0f (patch) | |
tree | cdaf75f1bcf73dc70075d6c570cf3e42856b7019 /ops/terraform/README.md | |
parent | 0b64577702ca7e412bb2af4af7af9e33efc5c0f5 (diff) |
feat(ops/terraform): add module for deploying NixOS system closures r/5867
This module makes it fairly easy to deploy NixOS system closures using Terraform, while properly separating the evaluation of a derivation (to determine whether a deploy is needed) from the building and copying of the closure itself. This has been on my stack for a while. It was originally developed for Resoptima, who agreed to open-sourcing it in depot back when we completed our work with them. Their contribution has been acknowledged in the README. Co-Authored-By: Florian Klink <flokli@flokli.de> Change-Id: Ica4c170658cd25f1fb7072c9a45735fcc4351474 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7950 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'ops/terraform/README.md')
-rw-r--r-- | ops/terraform/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/terraform/README.md b/ops/terraform/README.md new file mode 100644 index 000000000000..9ff6c23d4701 --- /dev/null +++ b/ops/terraform/README.md @@ -0,0 +1,5 @@ +//ops/terraform +=============== + +This folder contains Terraform modules and other related +Terraform-tooling by TVL. |