fix(vmware): using vmware instead of opennebula for the provider name
This commit is contained in:
parent
6097ca652d
commit
37ad460ebc
|
@ -1,6 +1,6 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
opennebula = {
|
||||
vmware = {
|
||||
source = "hashicorp/vsphere"
|
||||
version = "~> 2.4.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue