fix(vmware): vsphere provider is part of the default providers no need to declare
This commit is contained in:
parent
845a8ff8b0
commit
483e9fa865
|
@ -1,8 +1,3 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
vsphere = {
|
||||
source = "vsphere"
|
||||
version = "~> 2.4.0"
|
||||
}
|
||||
}
|
||||
required_providers {}
|
||||
}
|
Loading…
Reference in New Issue