feat: Add talosconfig and kubeconfig outputs
This commit is contained in:
parent
112f39fbd4
commit
c10aded847
3 changed files with 23 additions and 0 deletions
9
pve01.wheatley.in/k8s-wheatley/outputs.tf
Normal file
9
pve01.wheatley.in/k8s-wheatley/outputs.tf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
output "talosconfig" {
|
||||
value = module.talos-bootstrap.talosconfig
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "kubeconfig" {
|
||||
value = module.talos-bootstrap.kubeconfig
|
||||
sensitive = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue