Skip to content

Commit

Permalink
Set clear naming for extra rule
Browse files Browse the repository at this point in the history
Signed-off-by: Yevgen Karlashov <[email protected]>
  • Loading branch information
ikarlashov committed Jan 10, 2025
1 parent a98a92f commit dc96e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "aws_security_group" "runner" {
)
}

resource "aws_vpc_security_group_egress_rule" "autoscaler_egress" {
resource "aws_vpc_security_group_egress_rule" "runner_manager_to_docker_autoscaler_egress" {
count = var.runner_worker.type == "docker-autoscaler" ? 1 : 0

security_group_id = aws_security_group.runner.id
Expand Down

0 comments on commit dc96e87

Please sign in to comment.