Add tf format to terraform run-command recipe

This commit is contained in:
Jeremy Dormitzer 2024-04-01 08:00:33 -06:00
parent 3fd69b75c5
commit 3c27867e14

View File

@ -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