mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-26 07:51:44 -07:00
terraform module: Added backend_config_file and multiple variables_file (#394)
* added backend_config_file, multiple variables_file * typo * sanity check * Update plugins/modules/cloud/misc/terraform.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/cloud/misc/terraform.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/cloud/misc/terraform.py specify type Co-authored-by: Felix Fontein <felix@fontein.de> * change log, fixes * polural form of option names * typo * another typo * Update changelogs/fragments/394-terraform-add-config_file.yml Added PR URL. Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
13c0639d9d
commit
116978abca
2 changed files with 35 additions and 21 deletions
3
changelogs/fragments/394-terraform-add-config_file.yml
Normal file
3
changelogs/fragments/394-terraform-add-config_file.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- terraform - Adds option ``variables_files`` for multiple var-files (https://github.com/ansible-collections/community.general/issues/224).
|
||||
- terraform - Adds option ``backend_config_files``. This can accept a list of paths to multiple configuration files (https://github.com/ansible-collections/community.general/pull/394).
|
Loading…
Add table
Add a link
Reference in a new issue