Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kpenfound authored Dec 16, 2020
1 parent 26dbc83 commit 0d4b8f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ output "ecs_asg" {
value = aws_autoscaling_group.ecs
description = "The AWS Autoscaling group associated with the ECS cluster"
}

output "sg_id" {
value = aws_security_group.cluster_instance.id
description = "The id of the clusters security group"
}

0 comments on commit 0d4b8f0

Please sign in to comment.