terraform-providers.dns: 2.2.0 -> 3.0.0
This commit is contained in:
parent
a35f2851d4
commit
214f9d2a51
@ -96,14 +96,6 @@ let
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
# https://github.com/hashicorp/terraform-provider-dns/pull/101
|
|
||||||
dns = automated-providers.dns.overrideAttrs (attrs: {
|
|
||||||
prePatch = attrs.prePatch or "" + ''
|
|
||||||
substituteInPlace go.mod --replace terraform-providers/terraform-provider-dns hashicorp/terraform-provider-dns
|
|
||||||
substituteInPlace main.go --replace terraform-providers/terraform-provider-dns hashicorp/terraform-provider-dns
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
# https://github.com/hashicorp/terraform-provider-external/pull/41
|
# https://github.com/hashicorp/terraform-provider-external/pull/41
|
||||||
external = automated-providers.external.overrideAttrs (attrs: {
|
external = automated-providers.external.overrideAttrs (attrs: {
|
||||||
prePatch = attrs.prePatch or "" + ''
|
prePatch = attrs.prePatch or "" + ''
|
||||||
|
@ -251,9 +251,10 @@
|
|||||||
"owner": "hashicorp",
|
"owner": "hashicorp",
|
||||||
"provider-source-address": "registry.terraform.io/hashicorp/dns",
|
"provider-source-address": "registry.terraform.io/hashicorp/dns",
|
||||||
"repo": "terraform-provider-dns",
|
"repo": "terraform-provider-dns",
|
||||||
"rev": "v2.2.0",
|
"rev": "v3.0.0",
|
||||||
"sha256": "11xdxj6hfclaq9glbh14nihmrsk220crm9ld8bdv77w0bppmrrch",
|
"sha256": "160dbmg7xg7iyc70f66dphyiysrdbscwya2n28idi8wp5rjx8bid",
|
||||||
"version": "2.2.0"
|
"vendorSha256": null,
|
||||||
|
"version": "3.0.0"
|
||||||
},
|
},
|
||||||
"dnsimple": {
|
"dnsimple": {
|
||||||
"owner": "terraform-providers",
|
"owner": "terraform-providers",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user