From b4870a8a7ee1511478782f9869f453e8762c3bd9 Mon Sep 17 00:00:00 2001 From: Robert Gottlieb Date: Mon, 26 Aug 2024 15:46:59 -0400 Subject: [PATCH] updated dev from Postgres 12 to Postgres 16.1 --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 2f39b8d..a36fdcf 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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))