fix(module): fixing provider source for OpenNebula on virtualMachine

This commit is contained in:
Philippe Caseiro 2023-01-19 15:40:19 +01:00
parent 911486e0e0
commit 4a676480fb
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ terraform {
source = "hashicorp/null"
}
opennebula = {
source = "terraform-providers/opennebula"
source = "OpenNebula/opennebula"
version = "~> 1.0"
}
}
required_version = ">= 0.13"