DOC: added comment on cold storage transition
This commit is contained in:
parent
05846d9b3d
commit
2dc48ead66
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user