siderolabs / terraform-provider-talos

Mozilla Public License 2.0
117 stars 15 forks source link

due to routing talosctl over an ssh tunnel id like to customize the talosctl port via the provider #136

Closed wibed closed 6 months ago

smira commented 6 months ago

Should be already possible by specifying a custom endpoint as IP:port (or hostname:port).

wibed commented 6 months ago

just for the record. this is possible?

variable "talosclusterpanelip" { 
  type = string
  default = "10.0.48.20:50000"
}
frezbo commented 6 months ago

just for the record. this is possible?

variable "talosclusterpanelip" { 
  type = string
  default = "10.0.48.20:50000"
}

yes, that should work