enable comint mode for terraform apply
terraform apply requires typing 'yes' to actually execute the change
This commit is contained in:
parent
e5ac4cbff8
commit
8a87351554
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
(map! :after terraform-mode
|
(map! :after terraform-mode
|
||||||
:map terraform-mode-map
|
:map terraform-mode-map
|
||||||
:localleader
|
: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 init" "i" (λ! (compile "terraform init"))
|
||||||
:desc "terraform plan" "p" (λ! (compile "terraform plan")))
|
:desc "terraform plan" "p" (λ! (compile "terraform plan")))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue