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.
1 parent 4336af1 commit c50a3e2Copy full SHA for c50a3e2
src/components/database.ts
@@ -210,7 +210,7 @@ export class Database extends pulumi.ComponentResource {
210
{
211
identifierPrefix: `${this.name}-`,
212
engine: 'postgres',
213
- engineVersion: '15.3',
+ engineVersion: '15.5',
214
allocatedStorage: argsWithDefaults.allocatedStorage,
215
maxAllocatedStorage: argsWithDefaults.maxAllocatedStorage,
216
instanceClass: argsWithDefaults.instanceClass,
0 commit comments