From 8bd9c170c0d543c90d12249fdffaa79b6cb2d4f0 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Sun, 28 Sep 2025 11:09:52 +0200 Subject: [PATCH] feat: use opentofu instead of terraform Signed-off-by: Lander Van den Bulcke --- config/plugins/lsp/lsp.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/plugins/lsp/lsp.nix b/config/plugins/lsp/lsp.nix index 04e4d68..0ba1edb 100644 --- a/config/plugins/lsp/lsp.nix +++ b/config/plugins/lsp/lsp.nix @@ -40,6 +40,9 @@ }; terraformls = { enable = true; + settings = { + terraform.path = "${pkgs.opentofu}/bin/tofu"; + }; }; ansiblels = { enable = true;