Skip to content

Commit

Permalink
Update postgresql version
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Oct 16, 2024
1 parent e101a3f commit 451ad0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/shared_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
self.rds = _rds.DatabaseInstance(
self, f"{config.stage}-9c-iap-rds",
instance_identifier=f"{config.stage}-9c-iap-rds",
engine=_rds.DatabaseInstanceEngine.postgres(version=_rds.PostgresEngineVersion.VER_15_2),
engine=_rds.DatabaseInstanceEngine.postgres(version=_rds.PostgresEngineVersion.VER_15_7),
vpc=self.vpc,
vpc_subnets=_ec2.SubnetSelection(),
database_name="iap",
Expand Down

0 comments on commit 451ad0f

Please sign in to comment.