We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eceec7 commit 6339c38Copy full SHA for 6339c38
security_groups.tf
@@ -38,7 +38,7 @@ resource "aws_security_group" "runner" {
38
}
39
40
resource "aws_vpc_security_group_egress_rule" "runner_manager_to_docker_autoscaler_egress" {
41
- count = var.runner_worker.type == "docker-autoscaler" ? 1 : 0
+ # count = var.runner_worker.type == "docker-autoscaler" ? 1 : 0
42
43
security_group_id = aws_security_group.runner.id
44
from_port = 0
0 commit comments