We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We no longer use it; in #1028 we switched to parsing actual plan output json to determine whether or not it's empty So the is confusing
type Executor interface { Plan() (bool, bool, string, string, error) Apply() (bool, string, error) Destroy() (bool, error) }