cleanup directory strucutre and fine tune

This commit is contained in:
Joe Tretter
2022-09-30 10:55:07 -05:00
parent dae7fbc9e7
commit 9b25fa2eda
19 changed files with 69 additions and 27 deletions

9
terraform/outputs.tf Normal file
View File

@@ -0,0 +1,9 @@
output "instance_public_ip" {
description = "Public IP address of the EC2 instance"
value = aws_instance.app_server.public_ip
}
output "elastic_ip" {
description = "ELASTIC IP"
value = aws_eip.ip-test-env.public_ip
}