Skip to content

Commit

Permalink
[FEAT] rename resource
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 16, 2024
1 parent a6d8ab4 commit 385f48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ resource "aws_db_instance" "db_instance" {
engine = "mysql"
db_name = "TWTW"
availability_zone = "ap-northeast-2b"
db_subnet_group_name = aws_subnet_group.twtw_subnet_group.name
db_subnet_group_name = aws_db_subnet_group.twtw_db_subnet_group.name
allocated_storage = 20
}

Expand Down

0 comments on commit 385f48e

Please sign in to comment.