fix(vmware): using vsphere instead of vmware for the provider name

This commit is contained in:
Philippe Caseiro 2023-07-05 09:55:46 +02:00
parent 37ad460ebc
commit d998f4ad77
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
terraform {
required_providers {
vmware = {
vsphere = {
source = "hashicorp/vsphere"
version = "~> 2.4.0"
}