@cryptotaxi247 / infra-1 / commits / 013e964f

Use terraform-full

Eelco Dolstra committed Aug 1, 2018 at 11:23 UTC 013e964fe864b9875e3ba2baf1fcef64614d5428
1 file changed +1 -1
bastion/network.nix
+1 -1
@@ -120,7 +120,7 @@ in
120 [ pkgs.nixops
121 pkgs.awscli
122 pkgs.tmux
123 - pkgs.terraform
123 + pkgs.terraform-full
124 ];
125
126 nix.gc.automatic = true;