mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 15:28:11 +07:00
9 lines
119 B
HCL
9 lines
119 B
HCL
terraform {
|
|
required_providers {
|
|
lxd = {
|
|
source = "terraform-lxd/lxd"
|
|
version = "1.5.0"
|
|
}
|
|
}
|
|
}
|