]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/commitdiff
Add some terraform tools
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 7 Jul 2019 22:51:03 +0000 (00:51 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 24 Apr 2020 22:04:27 +0000 (00:04 +0200)
overlays/environments/immae-eu.nix

index b38c9e13bb4ad8e160bc27584ebf796ce51faf7b..d55f3185b0ba92f9970539b8b053e41666c8a033 100644 (file)
@@ -108,6 +108,11 @@ let
 
     # other tools
     pgloader s3cmd lftp jq cpulimit libxslt
+
+    # Terraform + AWS
+    terraform_0_12 awscli
+    (ansible.override { python2 = python3; }) python3Packages.boto
+    openvpn
   ];
 in
 {