====== Atom. Terraform_fmt error ====== ===== Ошибка ===== * Сообщение: �[1m�[31mError: �[0m�[0m�[1mOnly .tf and .tfvars files can be processed with terraform fmt�[0m �[0m�[0m�[0m ---- ===== Решение ===== * Открыть конфиг vim ~/.atom/packages/atom-beautify/src/beautifiers/terraformfmt.coffee * Заменить tempFile = @tempFile("input", text) на tempFile = @tempFile("input", text, ".tf") ---- ===== Источник ===== * [[https://github.com/Glavin001/atom-beautify/issues/2348#issuecomment-704616578]]