Ryan Lahfa
c7f3acde97
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>
7 lines
188 B
Nix
7 lines
188 B
Nix
{
|
|
# Until we get some kind of KMS operational, store secrets in the state file.
|
|
terraform.required_providers.secret = {
|
|
version = "~> 1.2.1";
|
|
source = "numtide/secret";
|
|
};
|
|
}
|