mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 05:43:09 +00:00
* 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 Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/terraform.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/terraform.py Co-authored-by: Felix Fontein <felix@fontein.de> * Fix condition to check for None type in terraform.py --------- Co-authored-by: Felix Fontein <felix@fontein.de>