Skip to content

Commit

Permalink
terraform-providers.external: build with Go module
Browse files Browse the repository at this point in the history
  • Loading branch information
timstott authored and Jonathan Ringer committed Nov 24, 2020
1 parent 6fc4083 commit 4377259
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 "" + ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
"repo": "terraform-provider-external",
"rev": "v2.0.0",
"sha256": "16wciz08gicicsirij2ql0gy8dg0372jjsqmaigkl2n07mqz2b6a",
"vendorSha256": null,
"version": "2.0.0"
},
"fastly": {
Expand Down

0 comments on commit 4377259

Please sign in to comment.