Skip to content

Commit 4d549ce

Browse files
committed
Add whitehall-admin valkey instance in integration
To make it consistent with staging. Valkey is cheaper than Redis for ElastiCache. Whitehall Admin Redis Instance will be removed once we switched over.
1 parent 8d0e12e commit 4d549ce

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

terraform/deployments/tfc-configuration/variables-integration.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,13 +638,17 @@ module "variable-set-elasticache-integration" {
638638
name = "search-api-valkey"
639639
description = "Search API Valkey Instance"
640640
}
641-
whitehall-admin = {
641+
whitehall-admin-redis = {
642642
name = "whitehall-admin-redis"
643643
description = "Whitehall Admin Redis Instance"
644644
engine = "redis"
645645
engine_version = "7.1"
646646
family = "redis7"
647647
}
648+
whitehall-admin = {
649+
name = "whitehall-admin-valkey"
650+
description = "Whitehall Admin Valkey Instance"
651+
}
648652
}
649653
}
650654
}

0 commit comments

Comments
 (0)