fix(vmware): revert vsphere provider definition in version.tf

This commit is contained in:
Philippe Caseiro 2023-07-05 10:03:07 +02:00
parent 483e9fa865
commit f24d8e4bb7
1 changed files with 6 additions and 1 deletions

View File

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