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 6f92213 commit a6d8ab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ resource "aws_security_group" "security-group-c" {
}
}

resource "aws_subnet_group" "twtw_subnet_group" {
name = "twtw-subnet-group"
resource "aws_db_subnet_group" "twtw_db_subnet_group" {
name = "twtw-db-subnet-group"
subnet_ids = [aws_subnet.private-subnet-a.id, aws_subnet.private-subnet-c.id]

tags = {
Name = "TWTW subnet group"
Name = "TWTW rds subnet group"
}
}

Expand Down

0 comments on commit a6d8ab4

Please sign in to comment.