feat: use opentofu instead of terraform
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
f5e3901c08
commit
8b3eb8cd7a
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@
|
|||
};
|
||||
terraformls = {
|
||||
enable = true;
|
||||
settings = {
|
||||
terraform.path = "${pkgs.opentofu.path}/bin/tofu";
|
||||
};
|
||||
};
|
||||
ansiblels = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue