-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a -hcl2-strict
flag to allow for lenient hcl variable parsing.
#11284
Conversation
-lenient
flag to allow for lenient hcl variable parsing.-hcl2-strict
flag to allow for lenient hcl variable parsing.
Hi @apollo13; thanks for this and sorry it took so long to get around to it. Internally we discussed the flag name and opted for |
Thanks for getting to this @jrasell -- much appreciated. I am fine with the new naming I just didn't want to solely complain, that is why I added code in the first place :) The new patch looks great and I will try it later today. |
Patch works great! |
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
@jrasell Hi I have added a
-lenient
flag to allow users to enable non-strict parsing of the job variables. What do you think?closes #11164