Skip to content

Commit

Permalink
fix: add missing vpc security group
Browse files Browse the repository at this point in the history
  • Loading branch information
argoyle committed Dec 22, 2021
1 parent 081493a commit 69331ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ resource "aws_db_instance" "default" {
apply_immediately = var.apply_immediately
db_subnet_group_name = aws_db_subnet_group.default.name
storage_encrypted = var.storage_encrypted
vpc_security_group_ids = [aws_security_group.allow_postgres.id]
}

0 comments on commit 69331ae

Please sign in to comment.