Closed MrImpossibru closed 1 year ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Can you add a test? If you're too busy let me know and I can add it, provided I can work on the fork.
@ludoo I can try, I'm not a python dev TBH :)
@ludoo I commited some tests
@ludoo Should I do something with the Linting?
@ludoo Should I do something with the Linting?
if you have time, linting we use is autopep8 with 2 spaces for tab stop, I can do it quickly as soon as I have 5 free minutes, let me try
Merging this, thanks a lot for your patience. I am going to release it on pypi ASAP
Thanks a lot!
https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/issues/68
added support to pass a complex dict to the tf_vars parameter
Like that:
tf_vars = { "pep_spec": { "pep1": "test", "list": [ "item1", "item2" ] }, "list2": [ "item1", "item2" ] }