From 2627775e607aee448fc63539aea4aa2661588700 Mon Sep 17 00:00:00 2001 From: dsk-minchulahn Date: Thu, 21 Dec 2023 17:05:18 +0900 Subject: [PATCH] =?UTF-8?q?Terraform=20-=20monitoring=20security=20group?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terraform/ec2/monitoring/ec2.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/ec2/monitoring/ec2.tf b/terraform/ec2/monitoring/ec2.tf index c21d830..4ae0154 100644 --- a/terraform/ec2/monitoring/ec2.tf +++ b/terraform/ec2/monitoring/ec2.tf @@ -8,7 +8,7 @@ resource "aws_security_group" "grafana-allow-security" { from_port = 2222 to_port = 2222 protocol = "tcp" - cidr_blocks = ["39.115.183.236/32"] + cidr_blocks = ["39.115.183.227/32"] } # ingress { @@ -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 = ["118.223.123.161/32", "39.115.183.138/32", "39.115.183.227/32"] } # ingress {