Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 12, 2024
1 parent 529b550 commit 50442cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "aws_db_instance" "db" {

# Optional: Create a DB subnet group if you don't have one already
resource "aws_db_subnet_group" "default" {
name = "db-subnet-group"
name = "db-subnet-group-3"
subnet_ids = ["subnet-0977de5206e697577", "subnet-040d4c7a3aaa9a63d", "subnet-0cf0e0b715c1ec540"] # Replace with your subnet IDs

tags = {
Expand All @@ -34,7 +34,7 @@ resource "aws_db_subnet_group" "default" {

# Optional: Create a security group if you don't have one already
resource "aws_security_group" "default" {
name = "db-security-group-2"
name = "db-security-group-3"
description = "Allow DB access"
vpc_id = "vpc-016eba058ed193190" # Replace with your VPC ID

Expand Down

0 comments on commit 50442cc

Please sign in to comment.