Skip to content

Commit

Permalink
bump-rds-13.10->13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjoy-gds committed Feb 14, 2024
1 parent 553e46c commit ff47bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/bosh/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "aws_db_instance" "bosh" {
allocated_storage = 100
storage_type = "gp2"
engine = "postgres"
engine_version = "13.10"
engine_version = "13.13"
instance_class = var.bosh_db_instance_class
username = "dbadmin"
password = var.secrets_bosh_postgres_password
Expand Down

0 comments on commit ff47bb8

Please sign in to comment.