terraform-provider.acme: 1.5.0 -> 1.5.0-patched
This commit is contained in:
parent
60645f0921
commit
87e21d1153
@ -57,6 +57,13 @@ let
|
|||||||
google-beta = patchGoModVendor automated-providers.google-beta;
|
google-beta = patchGoModVendor automated-providers.google-beta;
|
||||||
ibm = patchGoModVendor automated-providers.ibm;
|
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,
|
# providers that were moved to the `hashicorp` organization,
|
||||||
# but haven't updated their references yet:
|
# but haven't updated their references yet:
|
||||||
|
|
||||||
|
@ -7,11 +7,12 @@
|
|||||||
"version": "0.2.3"
|
"version": "0.2.3"
|
||||||
},
|
},
|
||||||
"acme": {
|
"acme": {
|
||||||
"owner": "terraform-providers",
|
"owner": "getstackhead",
|
||||||
|
"provider-source-address": "registry.terraform.io/getstackhead/acme",
|
||||||
"repo": "terraform-provider-acme",
|
"repo": "terraform-provider-acme",
|
||||||
"rev": "v1.5.0",
|
"rev": "v1.5.0-patched",
|
||||||
"sha256": "1h53bgflchavnn4laf801d920bsgqqg0ph4slnf7y1fpb0mz5vdv",
|
"sha256": "1wdrjpd3l0xadsa3lqhsc9c57g8x2qkwb76q824sk8za1a7lapii",
|
||||||
"version": "1.5.0"
|
"version": "1.5.0-patched"
|
||||||
},
|
},
|
||||||
"akamai": {
|
"akamai": {
|
||||||
"owner": "terraform-providers",
|
"owner": "terraform-providers",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user