Skip to content

Commit c50a3e2

Browse files
committed
Update rds postgres engine version
1 parent 4336af1 commit c50a3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export class Database extends pulumi.ComponentResource {
210210
{
211211
identifierPrefix: `${this.name}-`,
212212
engine: 'postgres',
213-
engineVersion: '15.3',
213+
engineVersion: '15.5',
214214
allocatedStorage: argsWithDefaults.allocatedStorage,
215215
maxAllocatedStorage: argsWithDefaults.maxAllocatedStorage,
216216
instanceClass: argsWithDefaults.instanceClass,

0 commit comments

Comments
 (0)