From aac17a973cd743bda6b304448e286f2ebc109733 Mon Sep 17 00:00:00 2001 From: MatheusBLopes Date: Tue, 10 Sep 2024 18:45:54 -0300 Subject: [PATCH] feat: update network --- database.tf | 6 +++--- security-group.tf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/database.tf b/database.tf index c203d84..2abdf52 100644 --- a/database.tf +++ b/database.tf @@ -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" ] } diff --git a/security-group.tf b/security-group.tf index 2469184..be256fd 100644 --- a/security-group.tf +++ b/security-group.tf @@ -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