From f23492a40dd9d8557b55c2ae58349c14a4278c27 Mon Sep 17 00:00:00 2001 From: Mirco Santori Date: Tue, 10 Sep 2024 15:44:42 +0200 Subject: [PATCH] fix(readme): fix a typo --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index d70e11e..2652200 100644 --- a/outputs.tf +++ b/outputs.tf @@ -3,5 +3,5 @@ output "endpoint" { } output "bastion_public_ip" { - value = aws_instance.bastion.public_ip + value = aws_instance.bastion[count.index].public_ip }