Make path to generated inventory configurable

This commit is contained in:
Jan Jungnickel
2017-12-04 16:41:35 +01:00
parent b3745f2614
commit 8766b36144
3 changed files with 7 additions and 1 deletions

View File

@@ -103,3 +103,7 @@ variable "default_tags" {
description = "Default tags for all resources"
type = "map"
}
variable "inventory_file" {
description = "Where to store the generated inventory file"
}