Update monitoring security group

This commit is contained in:
dsk-minchulahn
2023-11-27 14:38:10 +09:00
parent 1645a5061c
commit a868ce0ebc
3 changed files with 31 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ resource "aws_security_group" "grafana-allow-security" {
from_port = 443
to_port = 443
protocol = "tcp"
cidr_blocks = ["118.223.123.161/32"]
cidr_blocks = ["118.223.123.161/32", "39.115.183.138/32"]
}
# ingress {