This commit is contained in:
2026-04-26 21:30:27 -07:00
parent 79224fbf13
commit 108cc204a9
14 changed files with 4581 additions and 1305 deletions

View File

@@ -9,6 +9,11 @@ variable "enable_schedules" {
default = null
}
variable "enable_solr" {
type = bool
default = false
}
variable "http_listener_sg" {
default = "sg-0024906e0e1f78048"
}