Skip to content

Commit

Permalink
Update backup infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
samnang committed Jan 7, 2025
1 parent 9fd8d5d commit fe6d948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/somleng/backup_database/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit fe6d948

Please sign in to comment.