mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +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" ]
|
||||
|
||||
[formatter.terraform]
|
||||
command = "terraform"
|
||||
command = "tofu"
|
||||
options = [ "fmt" ]
|
||||
includes = [ "*.tf" ]
|
||||
|
Loading…
Reference in New Issue
Block a user