Skip to content

Commit c45d147

Browse files
authored
security-group added in out file
1 parent d0d5e55 commit c45d147

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

out.tf

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ output "beanstalk_env_url" {
55
output "elastic_load_balancers" {
66
value = aws_elastic_beanstalk_environment.env.load_balancers
77
}
8+
9+
output "beanstalk_security_group_id" {
10+
value = aws_security_group.elastic_beanstalk_app_sg.id
11+
}

0 commit comments

Comments
 (0)