From ecea3e25912814dc24f56a0242f75ecdf6fe97a6 Mon Sep 17 00:00:00 2001 From: Elbaz Date: Tue, 22 Aug 2023 14:15:25 +0300 Subject: [PATCH] missed that --- internal/backend/local/backend_apply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/backend/local/backend_apply.go b/internal/backend/local/backend_apply.go index d4908533d7..b7ffea1db3 100644 --- a/internal/backend/local/backend_apply.go +++ b/internal/backend/local/backend_apply.go @@ -352,7 +352,7 @@ const stateWriteFatalErrorFmt = `Failed to save state after apply. Error serializing state: %s -A catastrophic error has prevented OpenTF from persisting the state file or creating a backup. Unfortunately this means that the record of any resources created during this apply has been lost, and such resources may exist outside of Terraform's management. +A catastrophic error has prevented OpenTF from persisting the state file or creating a backup. Unfortunately this means that the record of any resources created during this apply has been lost, and such resources may exist outside of OpenTF's management. For resources that support import, it is possible to recover by manually importing each resource using its id from the target system.