summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform-providers
diff options
context:
space:
mode:
authorTimothy Stott <stott.timothy@gmail.com>2020-11-14 17:09:17 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-24 05:42:49 -0800
commit4377259a93d6e3cfaf89612508ab2ba396e9e9f5 (patch)
tree64e7534a01d59252412dc442660d158daedbd063 /pkgs/applications/networking/cluster/terraform-providers
parent6fc4083a2627bc95c78d78d04e04fabc7e48c61d (diff)
terraform-providers.external: build with Go module
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform-providers')
-rw-r--r--pkgs/applications/networking/cluster/terraform-providers/default.nix8
-rw-r--r--pkgs/applications/networking/cluster/terraform-providers/providers.json1
2 files changed, 1 insertions, 8 deletions
diff --git a/pkgs/applications/networking/cluster/terraform-providers/default.nix b/pkgs/applications/networking/cluster/terraform-providers/default.nix
index cdf61270de79..fbfdd7aa9606 100644
--- a/pkgs/applications/networking/cluster/terraform-providers/default.nix
+++ b/pkgs/applications/networking/cluster/terraform-providers/default.nix
@@ -88,14 +88,6 @@ let
# providers that were moved to the `hashicorp` organization,
# but haven't updated their references yet:
- # https://github.com/hashicorp/terraform-provider-external/pull/41
- external = automated-providers.external.overrideAttrs (attrs: {
- prePatch = attrs.prePatch or "" + ''
- substituteInPlace go.mod --replace terraform-providers/terraform-provider-external hashicorp/terraform-provider-external
- substituteInPlace main.go --replace terraform-providers/terraform-provider-external hashicorp/terraform-provider-external
- '';
- });
-
# https://github.com/hashicorp/terraform-provider-helm/pull/522
helm = automated-providers.helm.overrideAttrs (attrs: {
prePatch = attrs.prePatch or "" + ''
diff --git a/pkgs/applications/networking/cluster/terraform-providers/providers.json b/pkgs/applications/networking/cluster/terraform-providers/providers.json
index 9a7430111e01..7d2a31cc66d4 100644
--- a/pkgs/applications/networking/cluster/terraform-providers/providers.json
+++ b/pkgs/applications/networking/cluster/terraform-providers/providers.json
@@ -298,6 +298,7 @@
"repo": "terraform-provider-external",
"rev": "v2.0.0",
"sha256": "16wciz08gicicsirij2ql0gy8dg0372jjsqmaigkl2n07mqz2b6a",
+ "vendorSha256": null,
"version": "2.0.0"
},
"fastly": {