terraform-providers.local: build with Go module
This commit is contained in:
parent
ba45f19dc7
commit
481cb9717d
@ -120,14 +120,6 @@ let
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
# https://github.com/hashicorp/terraform-provider-local/pull/40
|
|
||||||
local = automated-providers.local.overrideAttrs (attrs: {
|
|
||||||
prePatch = attrs.prePatch or "" + ''
|
|
||||||
substituteInPlace go.mod --replace terraform-providers/terraform-provider-local hashicorp/terraform-provider-local
|
|
||||||
substituteInPlace main.go --replace terraform-providers/terraform-provider-local hashicorp/terraform-provider-local
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
# Packages that don't fit the default model
|
# Packages that don't fit the default model
|
||||||
ansible = callPackage ./ansible {};
|
ansible = callPackage ./ansible {};
|
||||||
cloudfoundry = callPackage ./cloudfoundry {};
|
cloudfoundry = callPackage ./cloudfoundry {};
|
||||||
|
@ -511,6 +511,7 @@
|
|||||||
"repo": "terraform-provider-local",
|
"repo": "terraform-provider-local",
|
||||||
"rev": "v2.0.0",
|
"rev": "v2.0.0",
|
||||||
"sha256": "0c1mk63lh3qmj8pl80lyvvsgyg4gg7673abr8cfxrj45635h74z5",
|
"sha256": "0c1mk63lh3qmj8pl80lyvvsgyg4gg7673abr8cfxrj45635h74z5",
|
||||||
|
"vendorSha256": null,
|
||||||
"version": "2.0.0"
|
"version": "2.0.0"
|
||||||
},
|
},
|
||||||
"logentries": {
|
"logentries": {
|
||||||
|
Loading…
Reference in New Issue
Block a user