I think strip_string_quotes should be True by default to avoid unforeseen changes with regards to versions below 8.x.
In my use case, I was using this in my CI/CD, and this caused quotes to be propagated and to break existing functionality.
It's essentially my fault because I didn't have a static version for the python-hcl2 package, but it might still be worthwhile to add as an issue here.
Thanks! 😄
I think
strip_string_quotesshould be True by default to avoid unforeseen changes with regards to versions below 8.x.In my use case, I was using this in my CI/CD, and this caused quotes to be propagated and to break existing functionality.
It's essentially my fault because I didn't have a static version for the
python-hcl2package, but it might still be worthwhile to add as an issue here.Thanks! 😄