From 694387ad73531cd8aaf8e4036026acffed699f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=88=98?= Date: Wed, 11 Sep 2024 09:59:57 +0900 Subject: [PATCH] Update db.tf --- db.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.tf b/db.tf index 17a8674..befb62d 100644 --- a/db.tf +++ b/db.tf @@ -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"