fix(vmware): using vmware instead of opennebula for the provider name

This commit is contained in:
Philippe Caseiro 2023-07-05 09:54:47 +02:00
parent 6097ca652d
commit 37ad460ebc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
terraform {
required_providers {
opennebula = {
vmware = {
source = "hashicorp/vsphere"
version = "~> 2.4.0"
}