Skip to content

Commit

Permalink
removing publicly accessible true line
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-heery committed Mar 28, 2024
1 parent f6d80a3 commit df27b1c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ resource "aws_db_instance" "database_2022" {

db_subnet_group_name = aws_db_subnet_group.db.id
vpc_security_group_ids = [aws_security_group.db.id]
publicly_accessible = true
port = 1433

auto_minor_version_upgrade = true
Expand Down

0 comments on commit df27b1c

Please sign in to comment.