fix(vmware): revert vsphere provider definition in version.tf
This commit is contained in:
parent
483e9fa865
commit
f24d8e4bb7
|
@ -1,3 +1,8 @@
|
||||||
terraform {
|
terraform {
|
||||||
required_providers {}
|
required_providers {
|
||||||
|
vsphere = {
|
||||||
|
source = "hashicorp/vsphere"
|
||||||
|
version = "~> 2.4.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue