We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e882e commit d9fdddeCopy full SHA for d9fddde
outputs.tf
@@ -17,3 +17,9 @@ output "talos_machine_configuration_example_worker" {
17
value = data.talos_machine_configuration.worker[0].machine_configuration
18
sensitive = true
19
}
20
+
21
+output "kubeconfig_data" {
22
+ description = "Structured kubeconfig data to supply to other providers"
23
+ value = local.kubeconfig_data
24
+ sensitive = true
25
+}
0 commit comments