Skip to content

Commit

Permalink
feat(src): update terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Pino committed Jun 16, 2024
1 parent a35d12f commit 67ec56a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/fuap-backend/load_balancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ resource "aws_lb" "main" {
internal = false
load_balancer_type = "application"
security_groups = [
aws_security_group.ecs.id, # Utiliza el grupo de seguridad para ECS
aws_security_group.rds.id # Utiliza el grupo de seguridad para RDS si es necesario
aws_security_group.lb.id,
]

subnet_mapping {
Expand Down

0 comments on commit 67ec56a

Please sign in to comment.