vim.api.nvim_create_autocmd("FileType", { pattern = "terraform", callback = function() vim.bo.commentstring = "# %s" end, })