Skip to content

Commit

Permalink
refactor: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Apr 4, 2024
1 parent 671ebb6 commit 7581477
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 77 deletions.
2 changes: 1 addition & 1 deletion lib/rds-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class RdsStack extends Stack {
const config = props.rds;

const rdsProps: DatabaseInstanceSourceProps = {
engine: DatabaseInstanceEngine.postgres({ version: rds.PostgresEngineVersion.VER_12_14 }),
engine: DatabaseInstanceEngine.postgres({ version: rds.PostgresEngineVersion.VER_12_17 }),
instanceType: config.instanceType,
instanceIdentifier: `${ props.stage }-${ props.serviceName }-postgresql`,
vpc: props.vpc,
Expand Down
Loading

0 comments on commit 7581477

Please sign in to comment.