mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
17 lines
231 B
HCL
17 lines
231 B
HCL
terraform {
|
|
backend "etcdv3" {
|
|
lock = true
|
|
}
|
|
|
|
required_providers {
|
|
rke = {
|
|
source = "rancher/rke"
|
|
version = "1.2.2"
|
|
}
|
|
helm = {
|
|
source = "hashicorp/helm"
|
|
version = "2.2.0"
|
|
}
|
|
}
|
|
}
|