fix(vmware): updating provider source
This commit is contained in:
parent
d998f4ad77
commit
845a8ff8b0
|
@ -1,7 +1,7 @@
|
||||||
terraform {
|
terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
vsphere = {
|
vsphere = {
|
||||||
source = "hashicorp/vsphere"
|
source = "vsphere"
|
||||||
version = "~> 2.4.0"
|
version = "~> 2.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue