Merge pull request #26915 from diegs/terraform
terraform: 0.9.6 -> 0.9.9.
This commit is contained in:
commit
db17c508ef
@ -63,4 +63,10 @@ in {
|
|||||||
sha256 = "1f6z1zkklzpqgc7akgdz1g306ccmhni5lmg7i6g762n3qai60bnv";
|
sha256 = "1f6z1zkklzpqgc7akgdz1g306ccmhni5lmg7i6g762n3qai60bnv";
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
terraform_0_9_9 = generic {
|
||||||
|
version = "0.9.9";
|
||||||
|
sha256 = "1pa9dd87dcjnn7fm1qn63da5qx87l7xjqlwiczrswcjfbismvl1p";
|
||||||
|
doCheck = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -18668,10 +18668,11 @@ with pkgs;
|
|||||||
terraform_0_8_5
|
terraform_0_8_5
|
||||||
terraform_0_8_8
|
terraform_0_8_8
|
||||||
terraform_0_9_4
|
terraform_0_9_4
|
||||||
terraform_0_9_6;
|
terraform_0_9_6
|
||||||
|
terraform_0_9_9;
|
||||||
|
|
||||||
terraform_0_8 = terraform_0_8_8;
|
terraform_0_8 = terraform_0_8_8;
|
||||||
terraform_0_9 = terraform_0_9_6;
|
terraform_0_9 = terraform_0_9_9;
|
||||||
terraform = terraform_0_9;
|
terraform = terraform_0_9;
|
||||||
|
|
||||||
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};
|
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user