From 9018904d197f276fee43819559432d742fba0a40 Mon Sep 17 00:00:00 2001
From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
Date: Tue, 7 Nov 2023 15:40:47 +0000
Subject: [PATCH 1/2] terraform-ls 0.32.3

---
 Formula/t/terraform-ls.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Formula/t/terraform-ls.rb b/Formula/t/terraform-ls.rb
index 1e9b79cd9780f..66ec494fb4deb 100644
--- a/Formula/t/terraform-ls.rb
+++ b/Formula/t/terraform-ls.rb
@@ -1,8 +1,8 @@
 class TerraformLs < Formula
   desc "Terraform Language Server"
   homepage "https://github.com/hashicorp/terraform-ls"
-  url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.32.2.tar.gz"
-  sha256 "b216cdd99f94ba202d541e679193c530c2d86c69ea91dfb381597f75d5341efb"
+  url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.32.3.tar.gz"
+  sha256 "1eec8a564b3d857069fc8afabe213e79edb4facb3b37b9469d7269b04c2d9d82"
   license "MPL-2.0"
   head "https://github.com/hashicorp/terraform-ls.git", branch: "main"
 

From cf53bf2306cbab1887d9cc46d37e63051410ae92 Mon Sep 17 00:00:00 2001
From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
Date: Tue, 7 Nov 2023 16:09:28 +0000
Subject: [PATCH 2/2] terraform-ls: update 0.32.3 bottle.

---
 Formula/t/terraform-ls.rb | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Formula/t/terraform-ls.rb b/Formula/t/terraform-ls.rb
index 66ec494fb4deb..2db182c873c9a 100644
--- a/Formula/t/terraform-ls.rb
+++ b/Formula/t/terraform-ls.rb
@@ -12,13 +12,13 @@ class TerraformLs < Formula
   end
 
   bottle do
-    sha256 cellar: :any_skip_relocation, arm64_sonoma:   "ed6b1ad5cac1a61ec5889c10fd1539144c5a56093c41eb67363ca897bc1c3e63"
-    sha256 cellar: :any_skip_relocation, arm64_ventura:  "7a90d1fdb8ab3a1a4390a0a35f02cf38dd0ba824b20c9b9d1c228a6335cb3078"
-    sha256 cellar: :any_skip_relocation, arm64_monterey: "6f645e4b5c2ce0bb96c3c9d80943860aca63d09e18700b4a9b86edc588fb4efd"
-    sha256 cellar: :any_skip_relocation, sonoma:         "7f6895fa33fdd83519708da09f5fcdfc32aa31c3c25461f2af80a9659f4048f7"
-    sha256 cellar: :any_skip_relocation, ventura:        "b8d02bf77b188e3c7243d663c5ce669331589efddd7435a690e7c11118fa5620"
-    sha256 cellar: :any_skip_relocation, monterey:       "c86406e5918a32c2f83ea5258bfadef0cfb3ab76439075a7d37a0aa1f1df46fe"
-    sha256 cellar: :any_skip_relocation, x86_64_linux:   "0d5b89d151d78f59ae36b17dda8d0962faecf714768f2236d0fcee0296961a39"
+    sha256 cellar: :any_skip_relocation, arm64_sonoma:   "13913a63a76a508c7cab13efed6c26e812d8a1b165ae064e673d68231a8513f9"
+    sha256 cellar: :any_skip_relocation, arm64_ventura:  "3dcab3d2fb9703179cda5728545581d42eeae65fa519fb4ecf1d987a955c7f19"
+    sha256 cellar: :any_skip_relocation, arm64_monterey: "8d80768f6418b7ba6286b24f0dc5993aa93c5183f4c38a43d0b79db7741c8937"
+    sha256 cellar: :any_skip_relocation, sonoma:         "e97ae69b94112e9ce7f0ad6d6cbdeba625f8f0e17f598cc8ed217ea3ca80df65"
+    sha256 cellar: :any_skip_relocation, ventura:        "76300e9c4854caadd2a3594e240bd37e7132f24fa88e6a3c2e3269ed541647df"
+    sha256 cellar: :any_skip_relocation, monterey:       "55ed6589975d646293d6ad75869f716bf77a9020f6fc502b5e6aa606675445ed"
+    sha256 cellar: :any_skip_relocation, x86_64_linux:   "5e94a8df4e738c628da68e830f40ed1aa2434a219eb49d7b8c205fc9af0841e8"
   end
 
   depends_on "go" => :build