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

Commit

Permalink
Merge pull request #18 from rb-nr/patch-1
Browse files Browse the repository at this point in the history
Remove the launch configuration output to avoid latest terraform `sensitive` issues
  • Loading branch information
Todd Radel authored May 25, 2021
2 parents 772ece5 + dcb0aef commit ae9c14a
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 ae9c14a

Please sign in to comment.