terraform
The community/apps/terraform
directory provides Talon voice commands for interacting with the Terraform CLI.
The most important files are:
terraform.talon
: This file contains the core voice commands for interacting with Terraform. It defines commands such as "terraform apply", "terraform destroy", "terraform plan", "terraform init", and more. These commands are available when the "terminal" and "user.terraform_client" tags are both active.terraform.py
: This Python file defines theuser.terraform_client
tag, which enables the commands defined interraform.talon
.