Terraform 0.9.10 (#27003)
* terraform: remove old 0.9.x versions * terraform: 0.9.9 -> 0.9.10
This commit is contained in:
parent
6a0f4f69e1
commit
6f86a1bd09
@ -48,25 +48,9 @@ in {
|
|||||||
sha256 = "0ibgpcpvz0bmn3cw60nzsabsrxrbmmym1hv7fx6zmjxiwd68w5gb";
|
sha256 = "0ibgpcpvz0bmn3cw60nzsabsrxrbmmym1hv7fx6zmjxiwd68w5gb";
|
||||||
};
|
};
|
||||||
|
|
||||||
terraform_0_9_4 = generic {
|
terraform_0_9_10 = generic {
|
||||||
version = "0.9.4";
|
version = "0.9.10";
|
||||||
sha256 = "07vcmjyl0y48hm5lqqzdd51hmrxapvywzbdkg5f3rcqd7dn9c2xs";
|
sha256 = "0sg8czfn4hh7cf7zcdqwkygsvm9p47f5bi6kbl37bx9rn6bi5m6s";
|
||||||
postPatch = ''
|
|
||||||
rm builtin/providers/dns/data_dns_cname_record_set_test.go
|
|
||||||
rm builtin/providers/vsphere/resource_vsphere_file_test.go
|
|
||||||
'';
|
|
||||||
doCheck = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
terraform_0_9_6 = generic {
|
|
||||||
version = "0.9.6";
|
|
||||||
sha256 = "1f6z1zkklzpqgc7akgdz1g306ccmhni5lmg7i6g762n3qai60bnv";
|
|
||||||
doCheck = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
terraform_0_9_9 = generic {
|
|
||||||
version = "0.9.9";
|
|
||||||
sha256 = "1pa9dd87dcjnn7fm1qn63da5qx87l7xjqlwiczrswcjfbismvl1p";
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18692,12 +18692,10 @@ with pkgs;
|
|||||||
inherit (callPackage ../applications/networking/cluster/terraform {})
|
inherit (callPackage ../applications/networking/cluster/terraform {})
|
||||||
terraform_0_8_5
|
terraform_0_8_5
|
||||||
terraform_0_8_8
|
terraform_0_8_8
|
||||||
terraform_0_9_4
|
terraform_0_9_10;
|
||||||
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_9;
|
terraform_0_9 = terraform_0_9_10;
|
||||||
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