Skip to content

Commit

Permalink
reverting changes to be added after build manifest PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgottlieb committed Sep 10, 2024
1 parent 7fa66dc commit d6e71a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: 16.1
TF_VAR_rds_internal_db_parameter_group_family: postgres16
TF_VAR_rds_internal_db_engine_version: 12
TF_VAR_rds_internal_db_parameter_group_family: postgres12
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 Expand Up @@ -515,8 +515,8 @@ jobs:
TF_VAR_rds_internal_db_size: 20
TF_VAR_rds_internal_db_name: ((staging-rds-internal-db-name))
TF_VAR_rds_internal_db_engine: postgres
TF_VAR_rds_internal_db_engine_version: 16.1
TF_VAR_rds_internal_db_parameter_group_family: postgres16
TF_VAR_rds_internal_db_engine_version: 12
TF_VAR_rds_internal_db_parameter_group_family: postgres12
TF_VAR_rds_internal_multi_az: false
TF_VAR_rds_internal_username: ((staging-rds-internal-username))
TF_VAR_rds_internal_password: ((staging-rds-internal-password))
Expand Down

0 comments on commit d6e71a5

Please sign in to comment.