Skip to content

Commit

Permalink
Fix Arguments method for rds functions (#1281)
Browse files Browse the repository at this point in the history
* Fix Arguments method for rds functions

* Fix Arguments for export rds function
  • Loading branch information
viveksinghggits committed Mar 14, 2022
1 parent fb838df commit 9834207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/function/export_rds_snapshot_location.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ func (*exportRDSSnapshotToLocationFunc) Arguments() []string {
ExportRDSSnapshotToLocDBUsernameArg,
ExportRDSSnapshotToLocDBPasswordArg,
ExportRDSSnapshotToLocBackupArtPrefixArg,
ExportRDSSnapshotToLocDatabasesArg,
ExportRDSSnapshotToLocSecGrpIDArg,
}
}

Expand Down
1 change: 1 addition & 0 deletions pkg/function/restore_rds_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (*restoreRDSSnapshotFunc) Arguments() []string {
RestoreRDSSnapshotUsername,
RestoreRDSSnapshotPassword,
RestoreRDSSnapshotNamespace,
RestoreRDSSnapshotSecGrpID,
}
}

Expand Down

0 comments on commit 9834207

Please sign in to comment.