;; -*- lexical-binding: t; -*-

;; Configuration as code!
(use-package terraform-mode
    :mode "\\.tf\\'")

(provide 'init-terraform)