Description
Adds support for parsing retryable errors out of json output when the -json flag is included in commands passed to terraform. Fixes #2462
Special Thanks
- @leighpascoe made their first contribution in #2464
Related Links
Migration Guide
Previously, when JSON output was used retryable errors would not be detected. Now std output will be checked for retryable errors. Regular Expressions will now match stdout as well as stderr when determining retry logic.