We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35d12f commit 67ec56aCopy full SHA for 67ec56a
terraform/fuap-backend/load_balancer.tf
@@ -4,8 +4,7 @@ resource "aws_lb" "main" {
4
internal = false
5
load_balancer_type = "application"
6
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
+ aws_security_group.lb.id,
9
]
10
11
subnet_mapping {
0 commit comments