Skip to content

Commit

Permalink
Merge pull request #4635 from ministryofjustice/chaps-prod-rds
Browse files Browse the repository at this point in the history
remove username
  • Loading branch information
roncitrus authored Jan 19, 2024
2 parents d6f476d + 94f04fe commit 973b69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-chaps/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "aws_db_instance" "database" {
engine_version = "14.00.3381.3.v1"
instance_class = local.application_data.accounts[local.environment].db_instance_class
identifier = local.application_data.accounts[local.environment].db_instance_identifier
username = local.application_data.accounts[local.environment].db_user
# username = local.application_data.accounts[local.environment].db_user
password = aws_secretsmanager_secret_version.db_password.secret_string
vpc_security_group_ids = [aws_security_group.db.id]
depends_on = [aws_security_group.db]
Expand Down

0 comments on commit 973b69d

Please sign in to comment.