Skip to content

Commit 6339c38

Browse files
committed
Test
Signed-off-by: Yevgen Karlashov <[email protected]>
1 parent 7eceec7 commit 6339c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security_groups.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ resource "aws_security_group" "runner" {
3838
}
3939

4040
resource "aws_vpc_security_group_egress_rule" "runner_manager_to_docker_autoscaler_egress" {
41-
count = var.runner_worker.type == "docker-autoscaler" ? 1 : 0
41+
# count = var.runner_worker.type == "docker-autoscaler" ? 1 : 0
4242

4343
security_group_id = aws_security_group.runner.id
4444
from_port = 0

0 commit comments

Comments
 (0)