Skip to content

Commit

Permalink
Remove RPC ingress rule for nomad SG (#104)
Browse files Browse the repository at this point in the history
* Remove RPC ingress rule for nomad SG

* Remove lingering vpc selector
  • Loading branch information
robinsturmeit authored Jun 11, 2021
1 parent be8895d commit 4808794
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nomad-aws/security_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ resource "aws_security_group" "nomad_sg" {
description = "SG for CircleCI Server nomad server/client"
vpc_id = var.vpc_id

ingress {
description = "Nomad RPC Communication"
from_port = 4647
to_port = 4647
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
}

ingress {
description = "Allow CircleCI Retry with SSH Access"
from_port = 64535
Expand Down

0 comments on commit 4808794

Please sign in to comment.