Skip to content

Commit

Permalink
terraform-providers.http: 1.2.0 -> 2.0.0
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 481cb97 commit 4a8fbd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
Expand Up @@ -112,14 +112,6 @@ let
'';
});

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

# Packages that don't fit the default model
ansible = callPackage ./ansible {};
cloudfoundry = callPackage ./cloudfoundry {};
Expand Down
Expand Up @@ -395,9 +395,10 @@
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/http",
"repo": "terraform-provider-http",
"rev": "v1.2.0",
"sha256": "0q8ichbqrq62q1j0rc7sdz1jzfwg2l9v4ac9jqf6y485dblhmwqd",
"version": "1.2.0"
"rev": "v2.0.0",
"sha256": "0x6a9qf819g16dj9inyvhwff67xy0ixyy70ck56lkidrldara444",
"vendorSha256": null,
"version": "2.0.0"
},
"huaweicloud": {
"owner": "terraform-providers",
Expand Down

0 comments on commit 4a8fbd2

Please sign in to comment.