feat(infrastructure): add redis sentinel cluster

This commit is contained in:
2025-09-23 10:48:40 +02:00
parent 812042576a
commit d3cfaba274
7 changed files with 150 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
variable "cloudflare_base_domain" {
type = string
description = "Base domain for Cloudflare DNS records"
nullable = false
}