From e39f4e199355ad1edaea75fa4a5306551b0a5d39 Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Sun, 12 Feb 2017 11:46:32 -0800 Subject: [PATCH] Typo: determien -> determine (#11888) --- command/meta_backend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/meta_backend.go b/command/meta_backend.go index 6a07e07245..121b07bc2c 100644 --- a/command/meta_backend.go +++ b/command/meta_backend.go @@ -1490,7 +1490,7 @@ const errBackendRemoteRead = ` Error reading backend state: %s Terraform is trying to read the state from your configured backend to -determien if there is any migration steps necessary. Terraform can't continue +determine if there is any migration steps necessary. Terraform can't continue without this check because that would risk losing state. Please resolve the error above and try again. `