Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
YAGNI
Browse files Browse the repository at this point in the history
  • Loading branch information
rb-nr authored May 10, 2021
1 parent 979a909 commit dcb0aef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ output "asg" {
description = "The `aws_autoscaling_group.asg` resource"
}

output "conf" {
value = aws_launch_configuration.conf
description = "The `aws_launch_configuration.conf` resource"
}

output "nlb" {
value = aws_alb.nlb
description = "The `aws_alb.nlb` resource"
Expand Down

0 comments on commit dcb0aef

Please sign in to comment.