summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2020-07-10 13:20:40 +0200
committerzimbatm <zimbatm@zimbatm.com>2020-07-10 13:20:40 +0200
commitf0fb57a0791fb220811f08b1f6271403507356ad (patch)
tree5c5fede16448434449a1ea13b4f3d60fd5278d4d /pkgs/applications/networking/cluster/terraform
parent77d5b41b05138fe9124eb33b09ba4e25efa20629 (diff)
terraform_0_13: init at 0.13.0-beta3
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index 1596f7dd9c04..34c4d3022155 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -130,6 +130,13 @@ in rec {
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
# 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