Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: restrict runner security group to only ingress (#3564)
Runner security group is currently open. This patch removes the default ingress rule security group to deny everything. More info on [this documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group#removing-all-ingress-and-egress-rules).
- Loading branch information