Skip to content

Commit

Permalink
Fix output issue on bastion_lb for 3.0.3 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-bourhis authored May 16, 2023
1 parent 49a88a0 commit cae598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ output "bastion_auto_scaling_group_name" {

output "bastion_elb_id" {
description = "The ID of the ELB for bastion hosts"
value = aws_lb.bastion_lb.id
value = aws_lb.bastion_lb[0].id
}

output "bastion_host_security_group" {
Expand Down

0 comments on commit cae598c

Please sign in to comment.