Fixes for AWS Terraform Deployment and Updated Readme

This commit is contained in:
Vincent Schwarzer
2017-04-12 15:11:39 +02:00
parent 9b3aa3451e
commit c48ffa24be
6 changed files with 41 additions and 9 deletions

View File

@@ -18,3 +18,7 @@ output "etcd" {
output "aws_elb_api_fqdn" {
value = "${module.aws-elb.aws_elb_api_fqdn}:${var.aws_elb_api_port}"
}
output "inventory" {
value = "${data.template_file.inventory.rendered}"
}