From 7242d9af2bd0ddfd074caaf4231b3be0079d4f15 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Mon, 22 Mar 2021 16:31:10 -0400 Subject: [PATCH] Fix typo in plan no changes output message --- command/views/operation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/views/operation.go b/command/views/operation.go index 7aaf82b01..509def766 100644 --- a/command/views/operation.go +++ b/command/views/operation.go @@ -131,7 +131,7 @@ const planNoChanges = ` ` const planNoChangesDetail = ` -That Terraform did not detect any differences between your configuration and the remote system(s). As a result, there are no actions to take. +This means that Terraform did not detect any differences between your configuration and the remote system(s). As a result, there are no actions to take. ` const planHeaderNoOutput = `