Update main.tf
This commit is contained in:
parent
10b9869163
commit
9a52664d76
1 changed files with 1 additions and 1 deletions
2
main.tf
2
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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue