Commit e63fdc5
authored
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).1 parent c747139 commit e63fdc5
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
| |||
0 commit comments