Skip to content

Commit

Permalink
Merge pull request #558 from nationalarchives/TDRD-447-rds-keycloak-u…
Browse files Browse the repository at this point in the history
…pgrade-v16-staging

Upgrade Keycloak DB to v16 on staging
  • Loading branch information
TomJKing authored Dec 18, 2024
2 parents c23c632 + 0ecc340 commit 6e93962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root_keycloak.tf
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ module "keycloak_database_instance" {
availability_zone = local.database_availability_zone
common_tags = local.common_tags
database_name = "keycloak"
database_version = local.environment == "intg" ? "16.3" : "14.12"
database_version = local.environment == "prod" ? "14.12" : "16.3"
environment = local.environment
kms_key_id = module.encryption_key.kms_key_arn
private_subnets = module.shared_vpc.private_subnets
Expand Down

0 comments on commit 6e93962

Please sign in to comment.