Terraform - monitoring security group 수정
This commit is contained in:
@@ -8,7 +8,7 @@ resource "aws_security_group" "grafana-allow-security" {
|
|||||||
from_port = 2222
|
from_port = 2222
|
||||||
to_port = 2222
|
to_port = 2222
|
||||||
protocol = "tcp"
|
protocol = "tcp"
|
||||||
cidr_blocks = ["39.115.183.236/32"]
|
cidr_blocks = ["39.115.183.227/32"]
|
||||||
}
|
}
|
||||||
|
|
||||||
# ingress {
|
# ingress {
|
||||||
@@ -24,7 +24,7 @@ resource "aws_security_group" "grafana-allow-security" {
|
|||||||
from_port = 443
|
from_port = 443
|
||||||
to_port = 443
|
to_port = 443
|
||||||
protocol = "tcp"
|
protocol = "tcp"
|
||||||
cidr_blocks = ["118.223.123.161/32", "39.115.183.138/32", "39.115.183.236/32"]
|
cidr_blocks = ["118.223.123.161/32", "39.115.183.138/32", "39.115.183.227/32"]
|
||||||
}
|
}
|
||||||
|
|
||||||
# ingress {
|
# ingress {
|
||||||
|
|||||||
Reference in New Issue
Block a user