From f0fb57a0791fb220811f08b1f6271403507356ad Mon Sep 17 00:00:00 2001 From: zimbatm Date: Fri, 10 Jul 2020 13:20:40 +0200 Subject: [PATCH] terraform_0_13: init at 0.13.0-beta3 --- pkgs/applications/networking/cluster/terraform/default.nix | 7 +++++++ pkgs/top-level/all-packages.nix | 1 + 2 files changed, 8 insertions(+) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index 1596f7dd9c0..34c4d302215 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 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index de6cd4fb755..f75b3a41a2e 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -26514,6 +26514,7 @@ in terraform_0_11 terraform_0_11-full terraform_0_12 + terraform_0_13 terraform_plugins_test ;