Skip to content

Commit

Permalink
feat: update network
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusBLopes committed Sep 10, 2024
1 parent 16d8eb7 commit aac17a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions database.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
resource "aws_db_subnet_group" "db_subnet_group" {
name = "db-subnet-group"
subnet_ids = [
"subnet-02a68510da8f7876e",
"subnet-00fcc4c2802a1e51a",
"subnet-02d8debeb44abc647"
"subnet-08217fefde1f7f9d9",
"subnet-0eeeb1ae7b3a87560",
"subnet-0a415ab2f2b03bf0a"
]
}

Expand Down
2 changes: 1 addition & 1 deletion security-group.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "aws_security_group" "db_security_group" {
name = "tech_challenge_db_sg"
vpc_id = "vpc-0262ba726d20c8adc"
vpc_id = "vpc-0b5e1e729d0b898eb"

ingress {
from_port = 0
Expand Down

0 comments on commit aac17a9

Please sign in to comment.