Skip to content

Commit

Permalink
terraform-providers.null: 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 fca860e commit d4f3c08
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 @@ -128,14 +128,6 @@ let
'';
});

# https://github.com/hashicorp/terraform-provider-null/pull/43
null = automated-providers.null.overrideAttrs (attrs: {
prePatch = attrs.prePatch or "" + ''
substituteInPlace go.mod --replace terraform-providers/terraform-provider-null hashicorp/terraform-provider-null
substituteInPlace main.go --replace terraform-providers/terraform-provider-null hashicorp/terraform-provider-null
'';
});

# https://github.com/hashicorp/terraform-provider-template/pull/79
template = automated-providers.template.overrideAttrs (attrs: {
prePatch = attrs.prePatch or "" + ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@
"repo": "terraform-provider-null",
"rev": "v3.0.0",
"sha256": "0r1kvsc96922i85hdvf1pk8aicxjr6bc69gc63qi21hrl0jpvr7r",
"vendorSha256": null,
"version": "3.0.0"
},
"nutanix": {
Expand Down

0 comments on commit d4f3c08

Please sign in to comment.