diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-07-08 00:51:03 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:27 +0200 |
commit | b3244321d6919229a7778f47f61b0df9afee3435 (patch) | |
tree | 8f9f089f79731e89ba12db52e63fa61bab14db14 | |
parent | 69646d6fb5f647d9a61636a80537d52c69dc344c (diff) | |
download | NUR-b3244321d6919229a7778f47f61b0df9afee3435.tar.gz NUR-b3244321d6919229a7778f47f61b0df9afee3435.tar.zst NUR-b3244321d6919229a7778f47f61b0df9afee3435.zip |
Add some terraform tools
-rw-r--r-- | overlays/environments/immae-eu.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/overlays/environments/immae-eu.nix b/overlays/environments/immae-eu.nix index b38c9e13..d55f3185 100644 --- a/overlays/environments/immae-eu.nix +++ b/overlays/environments/immae-eu.nix | |||
@@ -108,6 +108,11 @@ let | |||
108 | 108 | ||
109 | # other tools | 109 | # other tools |
110 | pgloader s3cmd lftp jq cpulimit libxslt | 110 | pgloader s3cmd lftp jq cpulimit libxslt |
111 | |||
112 | # Terraform + AWS | ||
113 | terraform_0_12 awscli | ||
114 | (ansible.override { python2 = python3; }) python3Packages.boto | ||
115 | openvpn | ||
111 | ]; | 116 | ]; |
112 | in | 117 | in |
113 | { | 118 | { |