We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b869427 + 4d549ce commit bfd691eCopy full SHA for bfd691e
1 file changed
terraform/deployments/tfc-configuration/variables-integration.tf
@@ -638,13 +638,17 @@ module "variable-set-elasticache-integration" {
638
name = "search-api-valkey"
639
description = "Search API Valkey Instance"
640
}
641
- whitehall-admin = {
+ whitehall-admin-redis = {
642
name = "whitehall-admin-redis"
643
description = "Whitehall Admin Redis Instance"
644
engine = "redis"
645
engine_version = "7.1"
646
family = "redis7"
647
648
+ whitehall-admin = {
649
+ name = "whitehall-admin-valkey"
650
+ description = "Whitehall Admin Valkey Instance"
651
+ }
652
653
654
0 commit comments