terraform_0_12: init at 0.12.0-alpha2
This commit is contained in:
parent
b554d6208a
commit
e28d3142a5
@ -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
|
||||
|
@ -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
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user