Closed LudovicTOURMAN closed 5 years ago
No longer needed as a result of redesign/refactoring (as talked about in the issue). Thank you again for the PR and sorry for the late response! I'm paying more attention now that I've realized people are actually using this tool! 🤸♂️
Using this terraform sample
bar.tf
:Running command
cat bar.tf | hclq set 'module.bar.my_list[]' '["foo","bar"]'
will result in not changing the value in the file/output.This is caused by the fact that list is empty and we don't return a
Result
struct containing the concerned ast.Node