We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5bb871 + a33c2d1 commit ef20127Copy full SHA for ef20127
validation_testing/cdk_federation_infra_provisioning/app/lib/stacks/rds-generic-stack.ts
@@ -181,7 +181,7 @@ export class RdsGenericStack extends cdk.Stack {
181
if (db_type == 'mysql') {
182
return rds.DatabaseClusterEngine.auroraMysql({version:rds.AuroraMysqlEngineVersion.VER_3_04_1});
183
} else if (db_type == 'postgresql') {
184
- return rds.DatabaseClusterEngine.auroraPostgres({version:rds.AuroraPostgresEngineVersion.VER_15_4});
+ return rds.DatabaseClusterEngine.auroraPostgres({version:rds.AuroraPostgresEngineVersion.VER_15_10});
185
} else {
186
throw new Error("unsupported rds engine version");
187
}
0 commit comments