Adding some docker and terraform to it ... wip

This commit is contained in:
Joe Tretter
2022-09-29 13:39:46 -05:00
parent e359485d94
commit b50c7e9ddc
15 changed files with 428 additions and 182 deletions

9
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
}