terraform-providers.vsphere: 1.18.3 -> 1.24.3

We define the provider source address using the terraform registry.

This is a breaking change as reference in user required_providers will have to change from `nixpkgs/vsphere` to `hashicorp/vsphere`.
wip/yesman
Jean-François Roche 3 years ago
parent 075e1f7ee4
commit 438878d2d7
No known key found for this signature in database
GPG Key ID: D1D09DE169EA19A0
  1. 10
      pkgs/applications/networking/cluster/terraform-providers/providers.json

@ -1042,11 +1042,13 @@
"version": "1.0.1"
},
"vsphere": {
"owner": "terraform-providers",
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/vsphere",
"repo": "terraform-provider-vsphere",
"rev": "v1.18.3",
"sha256": "1cvfmkckigi80cvv826m0d8wzd98qny0r5nqpl7nkzz5kybkb5qp",
"version": "1.18.3"
"rev": "v1.24.3",
"sha256": "1sc60x3r4nb48p8yb7778fpk78acq808jzcd5ijnwxqakccml5kl",
"vendorSha256": null,
"version": "1.24.3"
},
"vthunder": {
"owner": "terraform-providers",

Loading…
Cancel
Save