mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 15:28:11 +07:00
19 lines
268 B
HCL
19 lines
268 B
HCL
terraform {
|
|
required_providers {
|
|
lxd = {
|
|
source = "terraform-lxd/lxd"
|
|
version = "1.5.0"
|
|
}
|
|
|
|
rke = {
|
|
source = "rancher/rke"
|
|
version = "1.1.7"
|
|
}
|
|
|
|
helm = {
|
|
source = "hashicorp/helm"
|
|
version = "2.1.1"
|
|
}
|
|
}
|
|
}
|