Skip to content

Commit

Permalink
changing cidrs
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptonmlt committed Jul 27, 2023
1 parent 7518fd5 commit 246090b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ 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"]
cidr_blocks = ["0.0.0.0/0"]
ipv6_cidr_blocks = ["::/0"]
}

0 comments on commit 246090b

Please sign in to comment.