elasticbeanstalk demo fixes

This commit is contained in:
Edward Viaene
2017-01-05 20:35:52 +00:00
parent 3476e4e9c4
commit 79a3fcacdf
5 changed files with 106 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
output "eb" {
value = "${aws_elastic_beanstalk_environment.app-prod.cname}"
}