mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
13 lines
155 B
HCL
13 lines
155 B
HCL
terraform {
|
|
backend "etcdv3" {
|
|
lock = true
|
|
}
|
|
|
|
required_providers {
|
|
rke = {
|
|
source = "rancher/rke"
|
|
version = "1.2.3"
|
|
}
|
|
}
|
|
}
|