diff --git a/outputs.tf b/outputs.tf index 70b8dc5..dc94cfd 100644 --- a/outputs.tf +++ b/outputs.tf @@ -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"