mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 15:28:11 +07:00
5 lines
146 B
Terraform
5 lines
146 B
Terraform
|
module "rke_cluster_bootstrap" {
|
||
|
source = "../modules/kubernetes-cluster-bootstrap"
|
||
|
kube_config = rke_cluster.cluster.kube_config_yaml
|
||
|
}
|