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 {
|
terraform {
|
||||||
required_providers {
|
required_providers {}
|
||||||
vsphere = {
|
|
||||||
source = "vsphere"
|
|
||||||
version = "~> 2.4.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue