From 5e4f6cf2b1754d875868e23c09b212cc5842ff8e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 14 Feb 2017 12:09:45 -0800 Subject: [PATCH] backend/local: fix could not to did not to prevent error look --- backend/local/backend_plan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/local/backend_plan.go b/backend/local/backend_plan.go index 2c117aae2..2c37ed07b 100644 --- a/backend/local/backend_plan.go +++ b/backend/local/backend_plan.go @@ -182,7 +182,7 @@ Path: %s const planNoChanges = ` [reset][bold][green]No changes. Infrastructure is up-to-date.[reset][green] -This means that Terraform could not detect any differences between your +This means that Terraform did not detect any differences between your configuration and real physical resources that exist. As a result, Terraform doesn't need to do anything. `