fix(modules/terraform): handle multiline strings correctly in complex variables (#7535)

This commit is contained in:
Yann Soubeyrand 2023-11-24 21:30:31 +01:00 committed by GitHub
commit af5da7d412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "terraform - fix multiline string handling in complex variables (https://github.com/ansible-collections/community.general/pull/7535)."