mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 04:22:11 +00:00
Fix tcp access in security group
This commit is contained in:
parent
658b71d6d8
commit
4d8149846b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ resource "aws_security_group" "tpot" {
|
|||
ingress {
|
||||
from_port = 0
|
||||
to_port = 64000
|
||||
protocol = "-1"
|
||||
protocol = "tcp"
|
||||
cidr_blocks = ["0.0.0.0/0"]
|
||||
}
|
||||
ingress {
|
||||
|
|
Loading…
Reference in a new issue