Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from cloudnautique/fix_typo_on_serverless_arg
Browse files Browse the repository at this point in the history
Fix the auto pause argument
  • Loading branch information
cloudnautique authored Aug 14, 2023
2 parents a21b67d + 0f5ff12 commit 7fca888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rds/serverless/Acornfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ args: {
// Aurora Capacity Units maximum value must be 1, 2, 4, 8, 16, 32, 64, 128, 256, 384. Default is 8.
auroraCapacityUnitsMax: 8
// Time in minutes to pause Aurora serverless DB cluster after it's been idle. Default is 10 set to 0 to disable.
AuroraPauseDurationMinutes: 10
autoPauseDurationMinutes: 10
// Do not take a final snapshot on delete or update and replace operations. Default is false. If skip is enabled the DB will be gone forever if deleted or replaced.
skipSnapshotOnDelete: false
// Key value pairs of tags to apply to the RDS cluster and all other resources.
Expand Down

0 comments on commit 7fca888

Please sign in to comment.