Skip to content

v0.44.0

Compare
Choose a tag to compare
@ellisonc ellisonc released this 22 Feb 20:29
· 275 commits to master since this release
21acbcf

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

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.