khuedoan-homelab/cluster/terraform.tf
2021-08-20 19:31:04 +07:00

17 lines
231 B
HCL

terraform {
backend "etcdv3" {
lock = true
}
required_providers {
rke = {
source = "rancher/rke"
version = "1.2.3"
}
helm = {
source = "hashicorp/helm"
version = "2.2.0"
}
}
}