Refactor database path variables in Ansible and Terraform playbooks; add local database folder variable

This commit is contained in:
2025-01-12 15:15:16 +01:00
parent 7eae07ddb6
commit e8710ea134
12 changed files with 61 additions and 50 deletions
@@ -37,11 +37,6 @@ variable "cron_schedule" {
type = string
}
variable "host_storage_path" {
description = "Host path"
type = string
}
variable "access_key" {
description = "Access key"
sensitive = true
@@ -59,12 +54,12 @@ variable "app_name" {
type = string
}
variable "app_files_folder" {
variable "source_folder" {
description = "Name of host folder"
type = string
}
variable "app_backup_folder" {
variable "target_folder" {
description = "Backup source location"
type = string
}