mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-05 08:41:29 -07:00
* Revert "Allow complex values in variables parameter of terraform module (#4281)" (#4368) This reverts commit4cc7f41395
. (cherry picked from commit9618fb9786
) * Add changelog fragment.
This commit is contained in:
parent
579fdbbc1c
commit
093b83c34f
2 changed files with 4 additions and 1 deletions
|
@ -443,7 +443,7 @@ def main():
|
|||
for k, v in variables.items():
|
||||
variables_args.extend([
|
||||
'-var',
|
||||
'{0}={1}'.format(k, json.dumps(v))
|
||||
'{0}={1}'.format(k, v)
|
||||
])
|
||||
if variables_files:
|
||||
for f in variables_files:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue