From 2094b054d0c31425f8707a0b1db740c5b8a7cd39 Mon Sep 17 00:00:00 2001 From: Hans Arnholm Date: Mon, 22 Jan 2024 23:00:32 -0800 Subject: [PATCH] revert: regression: remote ops detection TF v1.1 Reverts linter change from #3690 which breaks TF v1.1 detection --- server/core/runtime/plan_step_runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/runtime/plan_step_runner.go b/server/core/runtime/plan_step_runner.go index 64414ae324..6bc312696c 100644 --- a/server/core/runtime/plan_step_runner.go +++ b/server/core/runtime/plan_step_runner.go @@ -296,7 +296,7 @@ locally at this time. // using Terraform Cloud remote operations in TF 1.1.0 and above var remoteOpsErr110 = `╷ │ Error: Saving a generated plan is currently not supported -│ +│ │ Terraform Cloud does not support saving the generated execution plan │ locally at this time. ╵