From 8b3eb8cd7ac953d5e591593050952b263a5b7d5b 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..4c4d9a6 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.path}/bin/tofu"; + }; }; ansiblels = { enable = true;