mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
9 lines
253 B
HCL
9 lines
253 B
HCL
output "summary" {
|
|
value = module.k3s.summary
|
|
}
|
|
|
|
output "bootstrap_sa" {
|
|
description = "Bootstrap ServiceAccount. Can be used by Terraform to provision this cluster."
|
|
value = data.kubernetes_secret.sa_credentials.data
|
|
sensitive = true
|
|
}
|