Removed ingress rules from monkey maker machines

This commit is contained in:
VakarisZ 2020-03-25 15:23:03 +02:00
parent f349d1a43c
commit acdef956d9
1 changed files with 0 additions and 7 deletions

View File

@ -48,13 +48,6 @@ resource "aws_security_group" "monkey_maker_sg" {
description = "Allow remote access to the island"
vpc_id = "${aws_vpc.monkey_maker.id}"
ingress {
from_port = 0
to_port = 0
protocol = "-1"
cidr_blocks = ["0.0.0.0/0"]
}
egress {
from_port = 0
to_port = 0