From 2dc48ead66be7428cee0a106ba40f2fca8ad2265 Mon Sep 17 00:00:00 2001 From: xpk Date: Tue, 30 Apr 2024 10:57:04 +0800 Subject: [PATCH] DOC: added comment on cold storage transition --- modules/storage/aws-backup/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/storage/aws-backup/main.tf b/modules/storage/aws-backup/main.tf index 0a6b982..d4cc5b0 100644 --- a/modules/storage/aws-backup/main.tf +++ b/modules/storage/aws-backup/main.tf @@ -128,7 +128,7 @@ resource "aws_backup_plan" "ab-plan" { lifecycle { 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 = {