Last active
August 28, 2020 11:09
-
-
Save allanchua101/4990ddf6c38dec76b5fae676a3b1177e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Bad Debts in Singapore | |
# IRAS keeps record of bad debts for a span of years for investigation purposes | |
# Source: https://www.companyregistrationinsingapore.com.sg/long-keep-business-records/ | |
# 2555 Days = 7 Years | |
LifecycleConfiguration: | |
Rules: | |
- Id: DeleteArtifactAfterConstraintDays | |
Status: "Enabled" | |
ExpirationInDays: 2555 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment