# Functions
IsApplyFailed returns whether error is due to failure of an apply operation.
IsDestroyFailed returns whether error is due to failure of a destroy operation.
IsPlanFailed returns whether error is due to failure of a destroy operation.
IsRefreshFailed returns whether error is due to failure of a destroy operation.
NewApplyFailed returns a new apply failure error with given logs.
NewDestroyFailed returns a new destroy failure error with given logs.
NewPlanFailed returns a new destroy failure error with given logs.
NewRefreshFailed returns a new destroy failure error with given logs.
# Structs
LogDiagnostic represents relevant fields of a Terraform CLI JSON-formatted log line diagnostic info.
Range represents a line range in a Terraform workspace file.
TerraformLog represents relevant fields of a Terraform CLI JSON-formatted log line.