config: replace terraform with tofu as formatter

I forgot to replace this.
This commit is contained in:
Gabriel Arazas 2023-12-13 11:29:19 +08:00
parent 3714f843d0
commit d17c30338b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -16,6 +16,6 @@ command = "black"
includes = [ "*.py" ]
[formatter.terraform]
command = "terraform"
command = "tofu"
options = [ "fmt" ]
includes = [ "*.tf" ]