Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Csida committed Nov 24, 2023
1 parent 0348f16 commit 3316be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 3316be7

Please sign in to comment.