Skip to content

Commit

Permalink
add engineVersion prop to DatabaseReplicaArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
eLivaja committed Nov 12, 2024
1 parent de8059c commit 53009af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/database-replica.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ export type DatabaseReplicaArgs = {
* DB parameters to this instance.
*/
parameterGroupName?: pulumi.Input<string>;
/**
* The DB engine version. Defaults to '15.5'.
*/
engineVersion?: pulumi.Input<string>;
/**
* A map of tags to assign to the resource.
*/
Expand Down

0 comments on commit 53009af

Please sign in to comment.