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 b1d3acc commit 529b550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
.secrets/*.pem
.secrets/*.key
.secrets/*.crt
/infra/.terraform/
/infra/.terraform.lock.hcl
2 changes: 1 addition & 1 deletion infra/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
name = "db-security-group-2"
description = "Allow DB access"
vpc_id = "vpc-016eba058ed193190" # Replace with your VPC ID

Expand Down

0 comments on commit 529b550

Please sign in to comment.