mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-07 09:41:08 +07:00
10 lines
146 B
HCL
10 lines
146 B
HCL
terraform {
|
|
required_version = ">= 0.13"
|
|
|
|
required_providers {
|
|
opennebula = {
|
|
source = "terraform-providers/opennebula"
|
|
}
|
|
}
|
|
}
|