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 { terraform {
required_providers { required_providers {
vsphere = { vsphere = {
source = "hashicorp/vsphere" source = "vsphere"
version = "~> 2.4.0" version = "~> 2.4.0"
} }
} }