terraform: 0.9.11 -> 0.10.0
This commit is contained in:
parent
cd3d852943
commit
a1c953dfc7
@ -54,4 +54,9 @@ in {
|
||||
# checks are failing again
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
terraform_0_10_0 = generic {
|
||||
version = "0.10.0";
|
||||
sha256 = "1z6pmyfh4z5w8k2j46ancc0m9lsiq6d0m56nxj1kawb3n5q9dgds";
|
||||
};
|
||||
}
|
||||
|
@ -18918,11 +18918,13 @@ with pkgs;
|
||||
inherit (callPackage ../applications/networking/cluster/terraform {})
|
||||
terraform_0_8_5
|
||||
terraform_0_8_8
|
||||
terraform_0_9_11;
|
||||
terraform_0_9_11
|
||||
terraform_0_10_0;
|
||||
|
||||
terraform_0_8 = terraform_0_8_8;
|
||||
terraform_0_9 = terraform_0_9_11;
|
||||
terraform = terraform_0_9;
|
||||
terraform_0_10 = terraform_0_10_0;
|
||||
terraform = terraform_0_10;
|
||||
|
||||
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user