Skip to content

Commit

Permalink
Merge pull request #287 from ministryofjustice/add_arn_output
Browse files Browse the repository at this point in the history
add aws lb arn to outputs
  • Loading branch information
richgreen-moj authored Nov 8, 2023
2 parents 51f3e5a + 1002284 commit 5122007
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,6 @@ If you're looking to raise an issue with this module, please create a new issue
|------|-------------|
| <a name="output_athena_db"></a> [athena\_db](#output\_athena\_db) | n/a |
| <a name="output_load_balancer"></a> [load\_balancer](#output\_load\_balancer) | n/a |
| <a name="output_load_balancer_arn"></a> [load\_balancer\_arn](#output\_load\_balancer\_arn) | n/a |
| <a name="output_security_group"></a> [security\_group](#output\_security\_group) | n/a |
<!-- END_TF_DOCS -->
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ output "security_group" {
output "load_balancer" {
value = aws_lb.loadbalancer
}

output "load_balancer_arn" {
value = aws_lb.loadbalancer.arn
}

0 comments on commit 5122007

Please sign in to comment.