Skip to content

Commit

Permalink
[#IOPID-1134] Scale citizen-auth redis to C1 (#832)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniele Manni <BurnedMarshal@users.noreply.github.com>
  • Loading branch information
gquadrati and BurnedMarshal authored Jan 15, 2024
1 parent f96c911 commit ca1d688
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 @@ -7,7 +7,7 @@ module "redis_common" {
name = format("%s-redis-std-v6", local.project)
resource_group_name = azurerm_resource_group.data_rg.name
location = azurerm_resource_group.data_rg.location
capacity = 0
capacity = 1
family = "C"
sku_name = "Standard"
redis_version = "6"
Expand Down

0 comments on commit ca1d688

Please sign in to comment.