terraform: rename output directory
This commit is contained in:
parent
0cc199dd1f
commit
db640ea6fa
3 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
../../terraform/outputs/inventory
|
||||
../../terraform/_build/ansible_inventory
|
|
@ -9,7 +9,7 @@ resource "local_file" "ansible_inventory" {
|
|||
mongo_replicas_count = var.mongo_replicas_count
|
||||
}
|
||||
)
|
||||
filename = "outputs/inventory"
|
||||
filename = "_build/ansible_inventory"
|
||||
file_permission = "0644"
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue