mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/terraform: add doctor dependency check
This commit is contained in:
4
modules/tools/terraform/doctor.el
Normal file
4
modules/tools/terraform/doctor.el
Normal file
@ -0,0 +1,4 @@
|
||||
;;; tools/terraform/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (executable-find "terraform")
|
||||
(warn! "Couldn't find terraform."))
|
Reference in New Issue
Block a user