Skip to content

Commit 914036f

Browse files
committed
Fix readme
1 parent 11130ff commit 914036f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/components/database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type DatabaseArgs = {
3737
autoMinorVersionUpgrade?: pulumi.Input<boolean>;
3838
parameterGroupName?: pulumi.Input<string>;
3939
customParameterGroupArgs?: pulumi.Input<aws.rds.ParameterGroupArgs>;
40-
snapshotIdentifier?: pulumi.Input<string>;
40+
snapshotIdentifier?: string;
4141
engineVersion?: pulumi.Input<string>;
4242
tags?: pulumi.Input<{
4343
[key: string]: pulumi.Input<string>;

0 commit comments

Comments
 (0)