mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 23:10:22 +07:00
5 lines
145 B
HCL
5 lines
145 B
HCL
module "rke_cluster_bootstrap" {
|
|
source = "./modules/kubernetes-cluster-bootstrap"
|
|
kube_config = rke_cluster.cluster.kube_config_yaml
|
|
}
|