Skip to content

Commit

Permalink
feat: add the cluster type when calling snapshot username (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
roleyfoley authored Feb 4, 2024
1 parent a6489ce commit 20c913a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/components/db/setup.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@
"# Check Snapshot Username",
"check_rds_snapshot_username" +
" \"" + getRegion() + "\" " +
" \"" + hostType + "\" " +
" \"" + rdsManualSnapshot + "\" " +
" \"" + rdsUsername + "\" || return $?"
],
Expand Down

0 comments on commit 20c913a

Please sign in to comment.