Skip to content

Commit

Permalink
Update db.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 authored Sep 11, 2024
1 parent 845649b commit 694387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resource "aws_security_group" "docdb" {
resource "aws_docdb_cluster" "docdb" {
cluster_identifier = "xquare-docdb-cluster"
engine = "docdb"
master_username = local.db_username
master_username = "xquare-admin"
master_password = var.docdb_master_password
backup_retention_period = 5
preferred_backup_window = "07:00-09:00"
Expand Down

0 comments on commit 694387a

Please sign in to comment.