# Variables for the P330 Talos worker node that joins the r740 cluster. variable "p330_host" { description = "Reachable IP/hostname of the P330 Talos node (for Talos API access)." type = string } variable "p330_node_name" { description = "Kubernetes/Talos node name for the P330 (e.g. p330)." type = string default = "p330" } variable "r740_state_path" { description = <