From d65ed2a0e9724fb7bfdee04cad14573dd50fc69a Mon Sep 17 00:00:00 2001 From: Christopher Weibel Date: Mon, 5 Aug 2024 16:32:28 -0400 Subject: [PATCH] Set cf prod to v12 until wednesday --- ci/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index b98da7068..2bdd398cb 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -815,6 +815,8 @@ jobs: TF_VAR_vpc_cidr: ((production_vpc_cidr)) TF_VAR_cf_rds_password: ((production_cf_rds_password)) TF_VAR_cf_as_rds_instance_type: ((production_cf_as_rds_instance_type)) + TF_VAR_rds_db_engine_version_cf: "12.17" # FLIP WEDNESDAY 16.1 + TF_VAR_rds_parameter_group_family_cf: "postgres12" # FLIP WEDNESDAY "postgres16" TF_VAR_restricted_ingress_web_cidrs: ((production_restricted_ingress_web_cidrs)) TF_VAR_restricted_ingress_web_ipv6_cidrs: ((production_restricted_ingress_web_ipv6_cidrs)) TF_VAR_wildcard_certificate_name_prefix: star.fr.cloud.gov