feat(backup): update backup script and configuration to use variable tag and change source path

This commit is contained in:
2025-05-10 19:18:16 +02:00
parent a19c71009f
commit 01fc509795
4 changed files with 13 additions and 6 deletions
@@ -68,3 +68,9 @@ variable "retention_days" {
description = "backup retention days"
type = string
}
variable "tag" {
description = "Tag to add to the backup"
type = string
default = "latest"
}