From e49f271eb5d84b668529f576bae6816ca5e676c0 Mon Sep 17 00:00:00 2001 From: Barrett Clark Date: Thu, 21 Oct 2021 08:40:09 -0500 Subject: [PATCH] Update copy for terraform init with cloud block --- internal/command/init.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/command/init.go b/internal/command/init.go index 9065b1359..39a902c96 100644 --- a/internal/command/init.go +++ b/internal/command/init.go @@ -1117,8 +1117,8 @@ const outputInitSuccessCLICloud = `[reset][green] You may now begin working with Terraform Cloud. Try running "terraform plan" to see any changes that are required for your infrastructure. -If you ever set or change modules or configuration for Terraform, run -"terraform init" again to reinitialize your working directory. +If you ever set or change modules or Terraform Settings, run "terraform init" +again to reinitialize your working directory. ` // providerProtocolTooOld is a message sent to the CLI UI if the provider's