Update main.tf

This commit is contained in:
speng reb 2023-06-15 12:06:19 +00:00
parent 10b9869163
commit 9a52664d76

View file

@ -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
}