Skip to content

Commit

Permalink
Revert "add icmp ingress rule"
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe authored Aug 9, 2024
1 parent 40d9acd commit dcc86f2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,6 @@ resource "aws_vpc_security_group_ingress_rule" "vector_rds_ingress" {
referenced_security_group_id = aws_security_group.vector_sg[count.index].id
}

resource "aws_vpc_security_group_ingress_rule" "icmp_noop" {
count = var.vector_vpc == "null" ? 0 : 1
security_group_id = var.vector_security_group

from_port = 8
to_port = 0
ip_protocol = "icmp"
referenced_security_group_id = aws_security_group.vector_sg[count.index].id
}

resource "local_file" "mwaa_variables" {
content = templatefile("${path.module}/mwaa_environment_variables.tpl",
{
Expand Down

0 comments on commit dcc86f2

Please sign in to comment.