From 3316be731118776d196420c2773eef74a426e451 Mon Sep 17 00:00:00 2001 From: Michael Csida Date: Fri, 24 Nov 2023 13:29:50 +0100 Subject: [PATCH] fix workflow --- infc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infc.tf b/infc.tf index b049d50..11f69a7 100644 --- a/infc.tf +++ b/infc.tf @@ -131,5 +131,5 @@ output "lb_dns" { # Output the public DNS address of the instance output "public_dns" { - value = aws_instance.infc_ws_terraform_2_web_server.public_dns + value = aws_instance.web_server.public_dns }