From c45d147720eb00cf0d7746a5881d62b24c5b22e7 Mon Sep 17 00:00:00 2001 From: atulyrw <64396844+atulyrw@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:08:13 +0530 Subject: [PATCH] security-group added in out file --- out.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/out.tf b/out.tf index d1a30a1..2fefa7a 100644 --- a/out.tf +++ b/out.tf @@ -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 +}