From 9a52664d76322b62588461649edcbdcc22023eae Mon Sep 17 00:00:00 2001 From: speng reb Date: Thu, 15 Jun 2023 12:06:19 +0000 Subject: [PATCH] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index f7bf362..09de75a 100644 --- a/main.tf +++ b/main.tf @@ -85,7 +85,7 @@ resource "aws_security_group_rule" "node-exporter" { to_port = 9100 from_port = 9100 protocol = "tcp" - cidr_blocks = ["142.132.191.61/32"] + cidr_blocks = ["49.12.40.148/32"] security_group_id = aws_security_group.node-exporter.id }