diff --git a/treefmt.toml b/treefmt.toml index 62226636..639a5837 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -16,6 +16,6 @@ command = "black" includes = [ "*.py" ] [formatter.terraform] -command = "terraform" +command = "tofu" options = [ "fmt" ] includes = [ "*.tf" ]