terraform: 0.9.11 -> 0.10.0

zimbatm a1c953df cd3d8529

Changed files
+9 -2
pkgs
applications
networking
cluster
terraform
top-level
+5
pkgs/applications/networking/cluster/terraform/default.nix
···
# checks are failing again
doCheck = false;
};
}
···
# checks are failing again
doCheck = false;
};
+
+
terraform_0_10_0 = generic {
+
version = "0.10.0";
+
sha256 = "1z6pmyfh4z5w8k2j46ancc0m9lsiq6d0m56nxj1kawb3n5q9dgds";
+
};
}
+4 -2
pkgs/top-level/all-packages.nix
···
inherit (callPackage ../applications/networking/cluster/terraform {})
terraform_0_8_5
terraform_0_8_8
-
terraform_0_9_11;
terraform_0_8 = terraform_0_8_8;
terraform_0_9 = terraform_0_9_11;
-
terraform = terraform_0_9;
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};
···
inherit (callPackage ../applications/networking/cluster/terraform {})
terraform_0_8_5
terraform_0_8_8
+
terraform_0_9_11
+
terraform_0_10_0;
terraform_0_8 = terraform_0_8_8;
terraform_0_9 = terraform_0_9_11;
+
terraform_0_10 = terraform_0_10_0;
+
terraform = terraform_0_10;
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};