Skip to content

Commit 53009af

Browse files
committed
add engineVersion prop to DatabaseReplicaArgs
1 parent de8059c commit 53009af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/database-replica.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ export type DatabaseReplicaArgs = {
5050
* DB parameters to this instance.
5151
*/
5252
parameterGroupName?: pulumi.Input<string>;
53+
/**
54+
* The DB engine version. Defaults to '15.5'.
55+
*/
56+
engineVersion?: pulumi.Input<string>;
5357
/**
5458
* A map of tags to assign to the resource.
5559
*/

0 commit comments

Comments
 (0)