mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
feat(infrastructure): add redis sentinel cluster
This commit is contained in:
5
tofu/modules/redis/variables.tf
Normal file
5
tofu/modules/redis/variables.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
variable "cloudflare_base_domain" {
|
||||
type = string
|
||||
description = "Base domain for Cloudflare DNS records"
|
||||
nullable = false
|
||||
}
|
||||
Reference in New Issue
Block a user