Skip to content

Commit

Permalink
incl. all suggestions incl. nodes in client_config
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvveen committed Jan 9, 2025
1 parent d1890f3 commit 1ecd8f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 03-talos.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ data "talos_client_configuration" "this" {
cluster_name = var.cluster_name
client_configuration = talos_machine_secrets.this.client_configuration
endpoints = module.talos_control_plane_nodes.*.public_ip
nodes = module.talos_control_plane_nodes.*.private_ip
}

resource "local_file" "talosconfig" {
Expand Down

0 comments on commit 1ecd8f5

Please sign in to comment.