Skip to content

Commit 67ec56a

Browse files
committed
feat(src): update terraform
1 parent a35d12f commit 67ec56a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

terraform/fuap-backend/load_balancer.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ resource "aws_lb" "main" {
44
internal = false
55
load_balancer_type = "application"
66
security_groups = [
7-
aws_security_group.ecs.id, # Utiliza el grupo de seguridad para ECS
8-
aws_security_group.rds.id # Utiliza el grupo de seguridad para RDS si es necesario
7+
aws_security_group.lb.id,
98
]
109

1110
subnet_mapping {

0 commit comments

Comments
 (0)