enable comint mode for terraform apply

terraform apply requires typing 'yes' to actually execute the change
This commit is contained in:
xeijin 2020-03-29 22:14:41 +01:00 committed by GitHub
parent e5ac4cbff8
commit 8a87351554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
(map! :after terraform-mode
:map terraform-mode-map
:localleader
:desc "terraform apply" "a" (λ! (compile "terraform apply"))
:desc "terraform apply" "a" (λ! (compile "terraform apply" t))
:desc "terraform init" "i" (λ! (compile "terraform init"))
:desc "terraform plan" "p" (λ! (compile "terraform plan")))