Skip to content

Commit

Permalink
Adding internal alb sg output
Browse files Browse the repository at this point in the history
  • Loading branch information
adenot committed Oct 23, 2024
1 parent 1a60cfa commit abe64b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ output "alb_secgrp_id" {
value = aws_security_group.alb.*.id
}

output "alb_internal_secgrp_id" {
value = try(aws_security_group.alb_internal[0].id, "")
}

output "efs_fs_id" {
value = try(aws_efs_file_system.ecs[0].id, "")
}
Expand Down

0 comments on commit abe64b8

Please sign in to comment.