update
This commit is contained in:
@@ -20,11 +20,11 @@ resource "aws_security_group" "monitoring-allow-security" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ingress {
|
ingress {
|
||||||
description = "http fron monitoring"
|
description = "loki"
|
||||||
from_port = 80
|
from_port = 31768
|
||||||
to_port = 80
|
to_port = 31768
|
||||||
protocol = "tcp"
|
protocol = "tcp"
|
||||||
cidr_blocks = ["118.223.123.161/32"]
|
cidr_blocks = ["172.24.0.0/16"]
|
||||||
}
|
}
|
||||||
|
|
||||||
egress {
|
egress {
|
||||||
|
|||||||
Reference in New Issue
Block a user