iac/modules/castopod/variables.tf
Florian Maury 1b9eeb1288 blip
2025-01-10 16:10:39 +01:00

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
}