mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 00:18:59 +00:00
config: replace terraform with tofu as formatter
I forgot to replace this.
This commit is contained in:
parent
3714f843d0
commit
d17c30338b
@ -16,6 +16,6 @@ command = "black"
|
|||||||
includes = [ "*.py" ]
|
includes = [ "*.py" ]
|
||||||
|
|
||||||
[formatter.terraform]
|
[formatter.terraform]
|
||||||
command = "terraform"
|
command = "tofu"
|
||||||
options = [ "fmt" ]
|
options = [ "fmt" ]
|
||||||
includes = [ "*.tf" ]
|
includes = [ "*.tf" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user