format tree
This commit is contained in:
parent
24547fcd6c
commit
92c55595d0
43 changed files with 476 additions and 357 deletions
terraform
|
@ -1,17 +1,19 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
devShells = {
|
||||
terraform = with pkgs; mkShellNoCC {
|
||||
packages = [
|
||||
(terraform.withPlugins (p: [
|
||||
p.cloudflare
|
||||
p.external
|
||||
p.hydra
|
||||
p.null
|
||||
p.sops
|
||||
p.tfe
|
||||
]))
|
||||
];
|
||||
};
|
||||
terraform =
|
||||
with pkgs;
|
||||
mkShellNoCC {
|
||||
packages = [
|
||||
(terraform.withPlugins (p: [
|
||||
p.cloudflare
|
||||
p.external
|
||||
p.hydra
|
||||
p.null
|
||||
p.sops
|
||||
p.tfe
|
||||
]))
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue