:PROPERTIES: :header-args:emacs-lisp: :comments link :results none :ID: 02e18c7d-80bf-47a1-8cc3-83448e31b1a0 :END: #+title: Terraform Configuration Language #+filetags: emacs-load Install ~terraform-mode~. #+begin_src emacs-lisp (use-package terraform-mode :straight t) #+end_src