feat(backup): update backup script and configuration to use variable tag and change source path
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user