chore: Move modules to root directory
This commit is contained in:
parent
649f1ba598
commit
c8c4c8355b
9 changed files with 3 additions and 3 deletions
9
modules/talos-bootstrap/outputs.tf
Normal file
9
modules/talos-bootstrap/outputs.tf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
output "talosconfig" {
|
||||
value = data.talos_client_configuration.talosconfig.talos_config
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "kubeconfig" {
|
||||
value = talos_cluster_kubeconfig.kubeconfig
|
||||
sensitive = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue