move apps into pkgs and rename hosts

This commit is contained in:
Noah Masur
2025-03-09 18:04:01 +00:00
parent 37d1d7724a
commit 75d4dbe868
44 changed files with 188 additions and 592 deletions

3
deploy/aws/outputs.tf Normal file
View File

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