fix(vmware): using vsphere instead of vmware for the provider name
This commit is contained in:
parent
37ad460ebc
commit
d998f4ad77
|
@ -1,6 +1,6 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
vmware = {
|
||||
vsphere = {
|
||||
source = "hashicorp/vsphere"
|
||||
version = "~> 2.4.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue