update terraform, fix deprecated values add default_tags, fix ansible inventory (#1821)

This commit is contained in:
Aivars Sterns
2017-10-18 13:44:32 +03:00
committed by Matthew Mosesohn
parent 20d80311f0
commit 7ef1e1ef9d
12 changed files with 90 additions and 56 deletions

View File

@@ -22,3 +22,7 @@ output "aws_elb_api_fqdn" {
output "inventory" {
value = "${data.template_file.inventory.rendered}"
}
output "default_tags" {
value = "${default_tags}"
}