mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Rename terraform to tofu in GoString method and docstrings (#576)
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
@@ -298,7 +298,7 @@ func unusableSavedPlanError(status tfe.RunStatus, url string) error {
|
||||
reason = "The given plan file refers to a plan that had errors and did not complete successfully. It cannot be applied."
|
||||
case tfe.RunPlannedAndFinished:
|
||||
// Note: planned and finished can also indicate a plan-only run, but
|
||||
// terraform plan can't create a saved plan for a plan-only run, so we
|
||||
// tofu plan can't create a saved plan for a plan-only run, so we
|
||||
// know it's no-changes in this case.
|
||||
summary = "Saved plan has no changes"
|
||||
reason = "The given plan file contains no changes, so it cannot be applied."
|
||||
|
||||
Reference in New Issue
Block a user