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 a4f3ccf commit d1f6b4d
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[0].public_ip
value = aws_instance.bastion
}

0 comments on commit d1f6b4d

Please sign in to comment.