Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shri committed Aug 10, 2024
1 parent 0e276b5 commit 221a1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/tf/modules/rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ resource "aws_db_instance" "app_db" {
depends_on = [var.vpc_id, aws_secretsmanager_secret.app_db_password]
}

# TODO: Append dbname to secretsmanager
# TODO: Append rds host to secretsmanager

0 comments on commit 221a1dd

Please sign in to comment.