mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
10 lines
143 B
HCL
10 lines
143 B
HCL
terraform {
|
|
required_providers {
|
|
rke = {
|
|
source = "rancher/rke"
|
|
version = "1.1.3"
|
|
}
|
|
}
|
|
required_version = ">= 0.13"
|
|
}
|