From f7cd4c1885e645033256b8deedd69e6ffb62e10d Mon Sep 17 00:00:00 2001 From: muniudamala <41814614+muniudamala@users.noreply.github.com> Date: Thu, 26 Nov 2020 20:03:29 +0530 Subject: [PATCH] Update output.tf I just added new lines can u please review and merge with master. --- output.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/output.tf b/output.tf index 22b82ee..3cb811c 100644 --- a/output.tf +++ b/output.tf @@ -13,6 +13,10 @@ output "Private_Instance_Private_IP" { } +output "Private_Instance_Private_IP" { + value = aws_instance.private.*.private_ip +} + output "Private_Instance_Private_IP" { value = aws_instance.private.*.private_ip }