Skip to content

Commit 12ae7d8

Browse files
committed
Infra: RDS 설정 변경
- 모든 트래픽에 대한 접근 허용
1 parent 6825c38 commit 12ae7d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infra/terraform/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ resource "aws_route_table_association" "association_3" {
105105

106106
resource "aws_security_group" "sg_1" {
107107
name = "team5-sg-1"
108-
description = "Allow SSH and HTTP"
109108
vpc_id = aws_vpc.vpc_1.id
110109

111110
ingress {

0 commit comments

Comments
 (0)