fix: forgot to add host_ip to aws tf

This commit is contained in:
Noah Masur 2024-05-06 14:00:56 -04:00
parent e59c565e2f
commit 0c399fc269
No known key found for this signature in database

View File

@ -0,0 +1,3 @@
output "host_ip" {
value = aws_instance.instance.public_ip
}