Merge pull request #2099 from danlamanna/add-terraform-doctor
tools/terraform: add doctor dependency check
This commit is contained in:
commit
2da91f9e47
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