-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
error parsing terraform json: 53:77: illegal char escape #484
Comments
can you share line 50-55? |
@sergeylanzman share the code in TF file or output? |
I can be very sure that it is caused by the complicated rules in aws_waf_regex_pattern_set (my aws_waf_regex_pattern_set has a lot of backslashes "\") , because once I set deny policy about list aws_waf_regex_pattern_set, it is work! |
Thanks for raising the issue!
|
#484 improved JSON backslash unescaping
Very cool tool for importing alb, ec2 etc....
But I'm having issues importing WAF:
system env:
command:
The text was updated successfully, but these errors were encountered: