iac/modules/castopod/variables.tf

19 lines
293 B
HCL

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
}