fix(backup): update security context in cron job and improve backup script logging

This commit is contained in:
2025-05-10 19:40:01 +02:00
parent 01fc509795
commit 3e12b13d95
3 changed files with 11 additions and 8 deletions
@@ -72,5 +72,5 @@ variable "retention_days" {
variable "tag" {
description = "Tag to add to the backup"
type = string
default = "latest"
default = "1.61.1"
}