mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
Restructure
This commit is contained in:
parent
20a27a1ee2
commit
c1a993cd22
@ -1,4 +0,0 @@
|
|||||||
module "rke_cluster_bootstrap" {
|
|
||||||
source = "./modules/kubernetes-cluster-bootstrap"
|
|
||||||
kube_config = rke_cluster.cluster.kube_config_yaml
|
|
||||||
}
|
|
@ -172,3 +172,8 @@ resource "local_file" "kube_config_yaml" {
|
|||||||
sensitive_content = rke_cluster.cluster.kube_config_yaml
|
sensitive_content = rke_cluster.cluster.kube_config_yaml
|
||||||
file_permission = "0600"
|
file_permission = "0600"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module "rke_cluster_bootstrap" {
|
||||||
|
source = "./modules/kubernetes-cluster-bootstrap"
|
||||||
|
kube_config = rke_cluster.cluster.kube_config_yaml
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user