fix(module): fixing provider source for OpenNebula on virtualMachine
This commit is contained in:
parent
911486e0e0
commit
4a676480fb
|
@ -7,7 +7,8 @@ terraform {
|
||||||
source = "hashicorp/null"
|
source = "hashicorp/null"
|
||||||
}
|
}
|
||||||
opennebula = {
|
opennebula = {
|
||||||
source = "terraform-providers/opennebula"
|
source = "OpenNebula/opennebula"
|
||||||
|
version = "~> 1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
required_version = ">= 0.13"
|
required_version = ">= 0.13"
|
||||||
|
|
Loading…
Reference in New Issue