Add tf format to terraform run-command recipe
This commit is contained in:
parent
3fd69b75c5
commit
3c27867e14
@ -22,7 +22,9 @@
|
||||
(list :command-name "apply"
|
||||
:command-line "terraform apply")
|
||||
(list :command-name "destroy"
|
||||
:command-line "terraform destroy"))))
|
||||
:command-line "terraform destroy")
|
||||
(list :command-name "format"
|
||||
:command-line "terraform fmt -recursive"))))
|
||||
|
||||
(defun run-command-recipe-local ()
|
||||
(when run-command-local-commands
|
||||
|
Loading…
Reference in New Issue
Block a user