Skip to content

Commit

Permalink
added cidrs
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptonmlt committed Jul 27, 2023
1 parent 2480250 commit 7518fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ resource "aws_security_group_rule" "allow_all_out" {
protocol = "-1"
from_port = 0
security_group_id = aws_security_group.this.id
cidr_blocks = ["0.0.0.0/0","::/0"]
}

0 comments on commit 7518fd5

Please sign in to comment.