tools/terraform: add doctor dependency check
This commit is contained in:
parent
83090894d8
commit
4aa4a26bc5
1 changed files with 4 additions and 0 deletions
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."))
|
Loading…
Add table
Add a link
Reference in a new issue