variable "ssh_authorized_keys" { type = list(string) nullable = false } variable "base_url" { type = string nullable = false } variable "castopod_domain" { type = string nullable = false } variable "castopod_upstream_port" { type = number nullable = false }