Skip to content

Commit

Permalink
security-group added in out file
Browse files Browse the repository at this point in the history
  • Loading branch information
atulyrw authored Oct 1, 2020
1 parent d0d5e55 commit c45d147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions out.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ output "beanstalk_env_url" {
output "elastic_load_balancers" {
value = aws_elastic_beanstalk_environment.env.load_balancers
}

output "beanstalk_security_group_id" {
value = aws_security_group.elastic_beanstalk_app_sg.id
}

0 comments on commit c45d147

Please sign in to comment.