DOC: added comment on cold storage transition

This commit is contained in:
xpk 2024-04-30 10:57:04 +08:00
parent 05846d9b3d
commit 2dc48ead66
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -128,7 +128,7 @@ resource "aws_backup_plan" "ab-plan" {
lifecycle { lifecycle {
delete_after = var.monthly-backup-retention delete_after = var.monthly-backup-retention
cold_storage_after = var.daily-backup-retention # move to cold storage after daily retention cold_storage_after = var.daily-backup-retention # move to cold storage after daily retention, supported on a few services only
} }
recovery_point_tags = { recovery_point_tags = {