summaryrefslogtreecommitdiff
path: root/plugins/terraform/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/terraform/README.md')
-rw-r--r--plugins/terraform/README.md36
1 files changed, 25 insertions, 11 deletions
diff --git a/plugins/terraform/README.md b/plugins/terraform/README.md
index fc9a9f005..711139ef0 100644
--- a/plugins/terraform/README.md
+++ b/plugins/terraform/README.md
@@ -15,17 +15,31 @@ plugins=(... terraform)
## Aliases
-| Alias | Command |
-| ----- | -------------------- |
-| `tf` | `terraform` |
-| `tfa` | `terraform apply` |
-| `tfc` | `terraform console` |
-| `tfd` | `terraform destroy` |
-| `tff` | `terraform fmt` |
-| `tfi` | `terraform init` |
-| `tfo` | `terraform output` |
-| `tfp` | `terraform plan` |
-| `tfv` | `terraform validate` |
+| Alias | Command |
+|---------|----------------------------------------|
+| `tf` | `terraform` |
+| `tfa` | `terraform apply` |
+| `tfa!` | `terraform apply -auto-approve` |
+| `tfap` | `terraform apply -parallelism=1` |
+| `tfc` | `terraform console` |
+| `tfd` | `terraform destroy` |
+| `tfd!` | `terraform destroy -auto-approve` |
+| `tfdp` | `terraform destroy -parallelism=1` |
+| `tff` | `terraform fmt` |
+| `tffr` | `terraform fmt -recursive` |
+| `tfi` | `terraform init` |
+| `tfir` | `terraform init -reconfigure` |
+| `tfiu` | `terraform init -upgrade` |
+| `tfiur` | `terraform init -upgrade -reconfigure` |
+| `tfo` | `terraform output` |
+| `tfp` | `terraform plan` |
+| `tfv` | `terraform validate` |
+| `tfs` | `terraform state` |
+| `tft` | `terraform test` |
+| `tfsh` | `terraform show` |
+| `tfw` | `terraform workspace` |
+| `tfwl` | `terraform workspace list` |
+| `tfws` | `terraform workspace select` |
## Prompt function