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