Skip to content

Commit

Permalink
feat :: Add Parameter Group
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Feb 1, 2024
1 parent 7ad5be5 commit 330aa17
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 @@ -31,7 +31,7 @@ resource "aws_db_instance" "xquare-db" {
vpc_security_group_ids = [aws_security_group.db_sg.id]
db_subnet_group_name = local.db_subnet_group_name
publicly_accessible = local.db_public_accessible
parameter_group_name = aws_db_parameter_group.xquare-pg
parameter_group_name = aws_db_parameter_group.xquare-pg.name
}

resource "aws_db_parameter_group" "xquare-pg" {
Expand Down

0 comments on commit 330aa17

Please sign in to comment.