Skip to content

Commit

Permalink
update dev DB versions to match what is in AWS (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd authored Sep 27, 2024
1 parent 252df00 commit 72d45b1
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 @@ -498,14 +498,14 @@ jobs:
TF_VAR_rds_multi_az: "false"
TF_VAR_remote_state_bucket: ((aws_s3_tfstate_bucket))
TF_VAR_vpc_cidr: ((development_vpc_cidr))
TF_VAR_rds_db_engine_version: "15.5"
TF_VAR_rds_db_engine_version: "15.7"
TF_VAR_rds_parameter_group_family: "postgres15"
TF_VAR_rds_db_engine_version_cf: "16.3"
TF_VAR_rds_parameter_group_family_cf: "postgres16"
TF_VAR_cf_rds_password: ((development_cf_rds_password))
TF_VAR_cf_as_rds_instance_type: ((development_cf_as_rds_instance_type))
TF_VAR_credhub_rds_password: ((development_credhub_rds_password))
TF_VAR_rds_db_engine_version_bosh_credhub: "15.5"
TF_VAR_rds_db_engine_version_bosh_credhub: "15.7"
TF_VAR_rds_parameter_group_family_bosh_credhub: "postgres15"
TF_VAR_restricted_ingress_web_cidrs: ((development_restricted_ingress_web_cidrs))
TF_VAR_restricted_ingress_web_ipv6_cidrs: ((development_restricted_ingress_web_ipv6_cidrs))
Expand Down

0 comments on commit 72d45b1

Please sign in to comment.