1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00
community.general/plugins
patchback[bot] b8f55cccdf
[PR #11003/9cb619ff backport][stable-10] [stable-11] terraform: Fix bug when None values aren't processed correctly (#10961) (#11004)
[stable-11] terraform: Fix bug when None values aren't processed correctly (#10961) (#11003)

terraform: Fix bug when None values aren't processed correctly (#10961)

* terraform: Fix bug when None values aren't processed correctly

Just found that i can't pass null values as complex variables into terraform using this module, while i can do that with terraform itself. Fixed undesired behavior.

* chore: changelog fragment 10961-terraform-complexvars-null-bugfix.yaml

* Update changelogs/fragments/10961-terraform-complexvars-null-bugfix.yaml

* Update plugins/modules/terraform.py

* Update plugins/modules/terraform.py

* Fix condition to check for None type in terraform.py

---------

(cherry picked from commit af8c4fb95e)


(cherry picked from commit 9cb619ff6c)

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: nbragin4 <139489942+nbragin4@users.noreply.github.com>
2025-10-28 21:23:35 +01:00
..
action [PR #9583/81e22180 backport][stable-10] action/become/cache/callback: adjust import __future__ for Python3 (#9586) 2025-01-20 20:15:52 +01:00
become [stable-10] Avoid six in plugin code (#10873) (#10877) 2025-10-05 07:42:27 +02:00
cache [stable-10] Avoid six in plugin code (#10873) (#10877) 2025-10-05 07:42:27 +02:00
callback [stable-10] Avoid six in plugin code (#10873) (#10877) 2025-10-05 07:42:27 +02:00
connection [stable-10] Avoid six in plugin code (#10873) (#10877) 2025-10-05 07:42:27 +02:00
doc_fragments [stable-10] Fix typos: s/the the/the/ (#10867) (#10869) 2025-09-30 21:58:26 +02:00
filter [stable-10] Avoid six in plugin code (#10873) (#10877) 2025-10-05 07:42:27 +02:00
inventory [stable-10] Avoid six in plugin code (#10873) (#10877) 2025-10-05 07:42:27 +02:00
lookup [stable-10] random_string: replace random.SystemRandom() with secrets.SystemRandom() (#10896) 2025-10-10 19:55:47 +02:00
module_utils [PR #10926/9dedd774 backport][stable-10] Add __init__.py to work around ansible-test/pylint bug (#10927) 2025-10-15 21:55:29 +02:00
modules [PR #11003/9cb619ff backport][stable-10] [stable-11] terraform: Fix bug when None values aren't processed correctly (#10961) (#11004) 2025-10-28 21:23:35 +01:00
plugin_utils [stable-10] Avoid six in plugin code (#10873) (#10877) 2025-10-05 07:42:27 +02:00
test [stable-10] Avoid six in plugin code (#10873) (#10877) 2025-10-05 07:42:27 +02:00