terraform-providers.http: 1.2.0 -> 2.0.0
This commit is contained in:
parent
481cb9717d
commit
4a8fbd2044
@ -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 {};
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user