Skip to content

Commit

Permalink
[#IOPID-2431] scale up citizen-auth domain redis instance (#1273)
Browse files Browse the repository at this point in the history
Co-authored-by: Greta Quadrati <[email protected]>
  • Loading branch information
arcogabbo and gquadrati authored Nov 5, 2024
1 parent feabc7d commit bb4c12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-common/04_redis_common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "redis_common_itn" {
name = format("%s-redis-std-v6", local.project_itn)
resource_group_name = azurerm_resource_group.data_rg_itn.name
location = azurerm_resource_group.data_rg_itn.location
capacity = 3
capacity = 4
family = "C"
sku_name = "Standard"
redis_version = "6"
Expand Down

0 comments on commit bb4c12f

Please sign in to comment.