Refactor database path variables in Ansible and Terraform playbooks; add local database folder variable
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user