From fe6d948996f25360ef3d1b2b2c104d4dc3fc063c Mon Sep 17 00:00:00 2001 From: Samnang Chhun Date: Tue, 7 Jan 2025 17:55:17 +0700 Subject: [PATCH] Update backup infrastructure --- infrastructure/somleng/backup_database/variables.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/somleng/backup_database/variables.tf b/infrastructure/somleng/backup_database/variables.tf index 2aabeecb..31709585 100644 --- a/infrastructure/somleng/backup_database/variables.tf +++ b/infrastructure/somleng/backup_database/variables.tf @@ -7,13 +7,13 @@ variable "backup_db" { } variable "db_name" { - description = "somleng" + description = "somleng or scfm" } variable "cluster_identifier" { - description = "somlengv2" + description = "somlengv2 or scfmv2" } variable "db_master_password_parameter_identifier" { - description = "somleng" + description = "somleng or scfm" }