Skip to content

Commit

Permalink
remove key
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 12, 2024
1 parent 4a172cb commit aaff6cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ resource "aws_db_subnet_group" "default" {

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

0 comments on commit aaff6cc

Please sign in to comment.