We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d5e55 commit c45d147Copy full SHA for c45d147
out.tf
@@ -5,3 +5,7 @@ output "beanstalk_env_url" {
5
output "elastic_load_balancers" {
6
value = aws_elastic_beanstalk_environment.env.load_balancers
7
}
8
+
9
+output "beanstalk_security_group_id" {
10
+ value = aws_security_group.elastic_beanstalk_app_sg.id
11
+}
0 commit comments