terraform-providers: vultr 1.3.0 -> 1.4.1
This commit is contained in:
parent
c177135cb2
commit
f5a852941e
pkgs/applications/networking/cluster/terraform-providers
@ -149,6 +149,16 @@ let
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# provider was moved to the `vultr` organization, but kept the old references:
|
||||||
|
# https://github.com/vultr/terraform-provider-vultr/pull/67
|
||||||
|
# this override should be removed as soon as new version (>1.4.1) is released.
|
||||||
|
vultr = automated-providers.vultr.overrideAttrs (attrs: {
|
||||||
|
prePatch = attrs.prePatch or "" + ''
|
||||||
|
substituteInPlace go.mod --replace terraform-providers/terraform-provider-vultr vultr/terraform-provider-vultr
|
||||||
|
substituteInPlace main.go --replace terraform-providers/terraform-provider-vultr vultr/terraform-provider-vultr
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
|
||||||
# Packages that don't fit the default model
|
# Packages that don't fit the default model
|
||||||
ansible = callPackage ./ansible {};
|
ansible = callPackage ./ansible {};
|
||||||
elasticsearch = callPackage ./elasticsearch {};
|
elasticsearch = callPackage ./elasticsearch {};
|
||||||
|
@ -1014,11 +1014,11 @@
|
|||||||
"version": "0.1.0"
|
"version": "0.1.0"
|
||||||
},
|
},
|
||||||
"vultr": {
|
"vultr": {
|
||||||
"owner": "terraform-providers",
|
"owner": "vultr",
|
||||||
"repo": "terraform-provider-vultr",
|
"repo": "terraform-provider-vultr",
|
||||||
"rev": "v1.3.0",
|
"rev": "v1.4.1",
|
||||||
"sha256": "0swc2fvp83d6w0cqvyxs346c756wr48xbn8m8jqkmma5s4ab2y4k",
|
"sha256": "1jx9p4bwpa5zxig6gfk4akfsnbivvyhwcw8id2ch2ga9a67pwald",
|
||||||
"version": "1.3.0"
|
"version": "1.4.1"
|
||||||
},
|
},
|
||||||
"wavefront": {
|
"wavefront": {
|
||||||
"owner": "terraform-providers",
|
"owner": "terraform-providers",
|
||||||
|
Loading…
Reference in New Issue
Block a user