Skip to content

Commit

Permalink
updated dev from Postgres 12 to Postgres 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgottlieb committed Aug 26, 2024
1 parent 2166fea commit b4870a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
TF_VAR_rds_internal_db_size: 20
TF_VAR_rds_internal_db_name: ((development-rds-internal-db-name))
TF_VAR_rds_internal_db_engine: postgres
TF_VAR_rds_internal_db_engine_version: 12
TF_VAR_rds_internal_db_parameter_group_family: postgres12
TF_VAR_rds_internal_db_engine_version: 16.1
TF_VAR_rds_internal_db_parameter_group_family: postgres16
TF_VAR_rds_internal_multi_az: false
TF_VAR_rds_internal_username: ((development-rds-internal-username))
TF_VAR_rds_internal_password: ((development-rds-internal-password))
Expand Down

0 comments on commit b4870a8

Please sign in to comment.