terraform_0_12: init at 0.12.0-alpha2

This commit is contained in:
zimbatm 2018-11-19 21:18:13 +01:00
parent b554d6208a
commit e28d3142a5
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 8 additions and 0 deletions

View file

@ -96,6 +96,13 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
version = "0.12.0-alpha2";
sha256 = "1rnxgwfk10b1g3jnh9gv4lqrcszhxq8shaqslml30hafs3dkg71q";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});
# Tests that the plugins are being used. Terraform looks at the specific
# file pattern and if the plugin is not found it will try to download it
# from the Internet. With sandboxing enable this test will fail if that is

View file

@ -22588,6 +22588,7 @@ with pkgs;
inherit (callPackage ../applications/networking/cluster/terraform {})
terraform_0_11
terraform_0_11-full
terraform_0_12
terraform_plugins_test
;