fix(vmware): vsphere provider is part of the default providers no need to declare

This commit is contained in:
Philippe Caseiro 2023-07-05 09:59:59 +02:00
parent 845a8ff8b0
commit 483e9fa865
1 changed files with 1 additions and 6 deletions

View File

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