mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
terraform_0_13: init at 0.13.0-beta3
This commit is contained in:
parent
77d5b41b05
commit
f0fb57a079
@ -130,6 +130,13 @@ in rec {
|
|||||||
passthru = { inherit plugins; };
|
passthru = { inherit plugins; };
|
||||||
});
|
});
|
||||||
|
|
||||||
|
terraform_0_13 = pluggable (generic {
|
||||||
|
version = "0.13.0-beta3";
|
||||||
|
sha256 = "199rrw0kjp9qwa8llwmihgnqrgs4vr0zrbik5w5bfkrldyqp2ynb";
|
||||||
|
patches = [ ./provider-path.patch ];
|
||||||
|
passthru = { inherit plugins; };
|
||||||
|
});
|
||||||
|
|
||||||
# Tests that the plugins are being used. Terraform looks at the specific
|
# 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
|
# 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
|
# from the Internet. With sandboxing enable this test will fail if that is
|
||||||
|
@ -26514,6 +26514,7 @@ in
|
|||||||
terraform_0_11
|
terraform_0_11
|
||||||
terraform_0_11-full
|
terraform_0_11-full
|
||||||
terraform_0_12
|
terraform_0_12
|
||||||
|
terraform_0_13
|
||||||
terraform_plugins_test
|
terraform_plugins_test
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user