init commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from talon import Module
|
||||
|
||||
mod = Module()
|
||||
mod.tag("terraform_client", desc="tag for enabling terraform commands in your terminal")
|
||||
@@ -0,0 +1,15 @@
|
||||
tag: terminal
|
||||
and tag: user.terraform_client
|
||||
-
|
||||
terraform: "terraform "
|
||||
|
||||
terraform apply: "terraform apply "
|
||||
terraform destroy: "terraform destroy "
|
||||
terraform format recursive: "terraform fmt -recursive\n"
|
||||
terraform format: "terraform fmt\n"
|
||||
terraform help: "terraform -help"
|
||||
terraform init upgrade: "terraform init -upgrade\n"
|
||||
terraform init: "terraform init\n"
|
||||
terraform plan: "terraform plan\n"
|
||||
terraform state move: "terraform state mv "
|
||||
terraform validate: "terraform validate\n"
|
||||
Reference in New Issue
Block a user