summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-06-09 01:33:16 +0700
committerGitHub <noreply@github.com>2021-06-08 20:33:16 +0200
commit960d10ab7b281118ea7eee051adc3b21bba5ff31 (patch)
treef922c4d14cd1e5af17e591911442f791f93fd513 /pkgs/applications/networking/cluster/terraform
parente968368c0d76ea8917f901b28e65491020ca0e13 (diff)
downloadnixpkgs-960d10ab7b281118ea7eee051adc3b21bba5ff31.tar
nixpkgs-960d10ab7b281118ea7eee051adc3b21bba5ff31.tar.gz
nixpkgs-960d10ab7b281118ea7eee051adc3b21bba5ff31.tar.bz2
nixpkgs-960d10ab7b281118ea7eee051adc3b21bba5ff31.tar.lz
nixpkgs-960d10ab7b281118ea7eee051adc3b21bba5ff31.tar.xz
nixpkgs-960d10ab7b281118ea7eee051adc3b21bba5ff31.tar.zst
nixpkgs-960d10ab7b281118ea7eee051adc3b21bba5ff31.zip
terraform_1_0_0: init at 1.0.0 (#126219)
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index f2c11bc92cb..66185b2cc3d 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -171,6 +171,14 @@ in rec {
     passthru = { inherit plugins; };
   });
 
+  terraform_1_0_0 = pluggable (generic {
+    version = "1.0.0";
+    sha256 = "sha256-ddcT/I2Qn1pKFyhXgh+CcD3fSv2steSNmjyyiS2SE/o=";
+    vendorSha256 = "sha256-oFvoEsDunJR4IULdGwS6nHBKWEgUehgT+nNM41W/GYo=";
+    patches = [ ./provider-path-0_15.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