summaryrefslogtreecommitdiff
path: root/overlays/environments
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-07-08 00:51:03 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 00:04:27 +0200
commitb3244321d6919229a7778f47f61b0df9afee3435 (patch)
tree8f9f089f79731e89ba12db52e63fa61bab14db14 /overlays/environments
parent69646d6fb5f647d9a61636a80537d52c69dc344c (diff)
downloadNUR-b3244321d6919229a7778f47f61b0df9afee3435.tar.gz
NUR-b3244321d6919229a7778f47f61b0df9afee3435.tar.zst
NUR-b3244321d6919229a7778f47f61b0df9afee3435.zip
Add some terraform tools
Diffstat (limited to 'overlays/environments')
-rw-r--r--overlays/environments/immae-eu.nix5
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 ];
112in 117in
113{ 118{