Skip to content

Commit

Permalink
fix(readme): fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirco Santori committed Sep 10, 2024
1 parent 5fcdb74 commit f23492a
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 @@ -3,5 +3,5 @@ output "endpoint" {
}

output "bastion_public_ip" {
value = aws_instance.bastion.public_ip
value = aws_instance.bastion[count.index].public_ip
}

0 comments on commit f23492a

Please sign in to comment.