terraform-provider.acme: 1.5.0 -> 1.5.0-patched

This commit is contained in:
Timothy Stott 2020-09-30 21:10:06 +01:00
parent 60645f0921
commit 87e21d1153
2 changed files with 12 additions and 4 deletions

View file

@ -57,6 +57,13 @@ let
google-beta = patchGoModVendor automated-providers.google-beta;
ibm = patchGoModVendor automated-providers.ibm;
acme = automated-providers.acme.overrideAttrs (attrs: {
prePatch = attrs.prePatch or "" + ''
substituteInPlace go.mod --replace terraform-providers/terraform-provider-acme getstackhead/terraform-provider-acme
substituteInPlace main.go --replace terraform-providers/terraform-provider-acme getstackhead/terraform-provider-acme
'';
});
# providers that were moved to the `hashicorp` organization,
# but haven't updated their references yet:

View file

@ -7,11 +7,12 @@
"version": "0.2.3"
},
"acme": {
"owner": "terraform-providers",
"owner": "getstackhead",
"provider-source-address": "registry.terraform.io/getstackhead/acme",
"repo": "terraform-provider-acme",
"rev": "v1.5.0",
"sha256": "1h53bgflchavnn4laf801d920bsgqqg0ph4slnf7y1fpb0mz5vdv",
"version": "1.5.0"
"rev": "v1.5.0-patched",
"sha256": "1wdrjpd3l0xadsa3lqhsc9c57g8x2qkwb76q824sk8za1a7lapii",
"version": "1.5.0-patched"
},
"akamai": {
"owner": "terraform-providers",