mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
feat(infrastructure): update rabbitmq env
This commit is contained in:
@@ -4,8 +4,14 @@ variable "base_domain" {
|
||||
}
|
||||
|
||||
variable "rabbitmq-password" {
|
||||
type = string
|
||||
nullable = false
|
||||
sensitive = true
|
||||
type = string
|
||||
nullable = false
|
||||
sensitive = true
|
||||
description = "Admin password for RabbitMQ user"
|
||||
}
|
||||
|
||||
variable "rabbitmq_replicas" {
|
||||
type = number
|
||||
description = "Number of replicas for the RabbitMQ cluster"
|
||||
default = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user