This commit is contained in:
ByeonJungHun
2024-01-03 13:41:23 +09:00
parent 5f7cc437cd
commit 326b37656d
123 changed files with 7699 additions and 5 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", "39.115.183.138/32", "39.115.183.236/32"]
cidr_blocks = ["39.115.183.236/32"]
}
# ingress {