Skip to content

Commit 2ee9c75

Browse files
committed
fix serverless db instance engine
1 parent 73629e3 commit 2ee9c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aurora-postgres.cfndsl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211

212212
if engine_mode == 'serverless'
213213
RDS_DBInstance(:ServerlessDBInstance) {
214-
Engine 'aurora-postgres'
214+
Engine 'aurora-postgresql'
215215
DBInstanceClass 'db.serverless'
216216
DBClusterIdentifier Ref(:DBCluster)
217217
}

0 commit comments

Comments
 (0)