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
@@ -22,7 +22,7 @@ variable "app_password" {
type = string
}
variable "host_storage_path" {
variable "database_folder" {
description = "host storage path"
type = string
}
@@ -45,7 +45,7 @@ variable "current_version" {
type = string
}
variable "app_backup_folder" {
variable "backup_folder" {
description = "Backup source location"
type = string
}