variable "node_name" { type = string } variable "lxc_id" { type = number } variable "hostname" { type = string default = "lgtm-stack" } variable "ip_address" { type = string } variable "gateway_ip" { type = string default = "192.168.0.1" } variable "ssh_keys" { type = list(string) default = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHB4jD3PVsg1edlMwBW6Hb/NYLnzEI8dyJQRnQQap45q enrico@cachyos"] }