Homepage: https://github.com/syohex/emacs-terraform-mode
Author: Syohei YOSHIDA
Updated:
Major mode for terraform configuration file
Major mode of terraform configuration file. terraform-mode provides syntax highlighting, indentation function and formatting. Format the current buffer with terraform-format-buffer. To always format terraform buffers when saving, use: (add-hook 'terraform-mode-hook #'terraform-format-on-save-mode)