From 5bed43c16dafca12a0ff443ae062ba1874c1a772 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Thu, 22 Feb 2024 18:33:42 +0100 Subject: [PATCH] remove whitespace --- internal/terraform/context_apply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/terraform/context_apply.go b/internal/terraform/context_apply.go index 801a5b44ea..10686b6f06 100644 --- a/internal/terraform/context_apply.go +++ b/internal/terraform/context_apply.go @@ -183,7 +183,7 @@ func (c *Context) ApplyAndEval(plan *plans.Plan, config *configs.Config, opts *A "Applied changes may be incomplete", `The plan was created with the -target option in effect, so some changes requested in the configuration may have been ignored and the output values may not be fully updated. Run the following command to verify that no other changes are pending: terraform plan - + Note that the -target option is not suitable for routine use, and is provided only for exceptional situations such as recovering from errors or mistakes, or when Terraform specifically suggests to use it as part of an error message.`, )) }