fix(vmware): updating provider source

This commit is contained in:
Philippe Caseiro 2023-07-05 09:56:49 +02:00
parent d998f4ad77
commit 845a8ff8b0
1 changed files with 1 additions and 1 deletions

View File

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