Infra
[Terraform] AWS - 보안그룹 out boud 규칙 - egress all 설정
kyeongjun-dev
2021. 6. 7. 15:50
https://stackoverflow.com/questions/55023605/aws-and-terraform-default-egress-rule-in-security-group
AWS and Terraform - Default egress rule in security group
There is a repeatable configuration that I see in many Terraform projects where the provider is AWS: The configuration of an outbound (egress) rule to allow ALL outbound traffic. As far as I under...
stackoverflow.com
outbound 를 all 로 설정할수 있는 방법