Skip to content

Commit

Permalink
Open metrics and node-exporter ports in Qed sec.group.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Luis Lucas authored and iknite committed Feb 19, 2019
1 parent e8ee12e commit f738bc2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deploy/aws/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,23 @@ module "security_group" {
protocol = "tcp"
cidr_blocks = "${chomp(data.http.ip.body)}/32"
},
{
from_port = 8600
to_port = 8600
protocol = "tcp"
cidr_blocks = "${chomp(data.http.ip.body)}/32"
},
{
from_port = 6060
to_port = 6060
protocol = "tcp"
cidr_blocks = "${chomp(data.http.ip.body)}/32"
},
{
from_port = 9100
to_port = 9100
protocol = "tcp"
cidr_blocks = "${chomp(data.http.ip.body)}/32"
}
]
computed_ingress_with_source_security_group_id = [
Expand Down

0 comments on commit f738bc2

Please sign in to comment.