Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanjit- authored Oct 5, 2020
1 parent 7a4d241 commit af9628e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-deploy/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
output "url" {
value = "http://${aws_instance.web1.public_ip}"
value = aws_instance.web.*.public_ip
}

0 comments on commit af9628e

Please sign in to comment.