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