Skip to content

Commit

Permalink
unique name for ip resource (#5265)
Browse files Browse the repository at this point in the history
  • Loading branch information
pricemg authored Mar 7, 2024
1 parent 4d7580e commit 47ed924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "aws_vpc_security_group_ingress_rule" "db_ipv4" {
cidr_ipv4 = "46.69.144.146/32"
}

resource "aws_vpc_security_group_ingress_rule" "db_ipv4" {
resource "aws_vpc_security_group_ingress_rule" "db_ipv4_madetech" {
security_group_id = aws_security_group.db.id
description = "madetech ip"
ip_protocol = "tcp"
Expand Down

0 comments on commit 47ed924

Please sign in to comment.