Adam Papai
Adam Papai
teleport_commands is not used in the template.
The config variables are not used in `teleport.yml.j2`.
Teleport configuration is a bit complex, so the configuration options need more explanation.
Currently terraform provides two different ways to define AWS Security Group Rules: - [standalone Security Group Rule resource](https://www.terraform.io/docs/providers/aws/r/security_group) - [Security Group resource with in-line rules](https://www.terraform.io/docs/providers/aws/r/security_group_rule.html) In @mitchellh's (Mitchell Hashimoto) own...