summaryrefslogtreecommitdiff
path: root/plugins/terraform/README.md
diff options
context:
space:
mode:
authorKalle Ahlström <71292737+kahlstrm@users.noreply.github.com>2025-05-23 16:43:53 +0300
committerGitHub <noreply@github.com>2025-05-23 15:43:53 +0200
commit1ed17ac0523ebc4d12e4e5324fd5f5ce5dafc668 (patch)
tree4ede1c9cad6d9258511346f515a7a4ceb4a36a92 /plugins/terraform/README.md
parent0354add542b6d769dbe39e10eb0caa0a11b2b716 (diff)
downloadzsh-1ed17ac0523ebc4d12e4e5324fd5f5ce5dafc668.tar.gz
zsh-1ed17ac0523ebc4d12e4e5324fd5f5ce5dafc668.tar.bz2
zsh-1ed17ac0523ebc4d12e4e5324fd5f5ce5dafc668.zip
feat(terraform): add `init -reconfigure` aliases` (#13129)
Diffstat (limited to 'plugins/terraform/README.md')
-rw-r--r--plugins/terraform/README.md39
1 files changed, 20 insertions, 19 deletions
diff --git a/plugins/terraform/README.md b/plugins/terraform/README.md
index feaf21d40..6c139ac51 100644
--- a/plugins/terraform/README.md
+++ b/plugins/terraform/README.md
@@ -15,25 +15,26 @@ plugins=(... terraform)
## Aliases
-| Alias | Command |
-|---------|----------------------------------|
-| `tf` | `terraform` |
-| `tfa` | `terraform apply` |
-| `tfaa` | `terraform apply -auto-approve` |
-| `tfc` | `terraform console` |
-| `tfd` | `terraform destroy` |
-| `tfd!` | `terraform destroy -auto-approve`|
-| `tff` | `terraform fmt` |
-| `tffr` | `terraform fmt -recursive` |
-| `tfi` | `terraform init` |
-| `tfiu` | `terraform init -upgrade` |
-| `tfo` | `terraform output` |
-| `tfp` | `terraform plan` |
-| `tfv` | `terraform validate` |
-| `tfs` | `terraform state` |
-| `tft` | `terraform test` |
-| `tfsh` | `terraform show` |
-
+| Alias | Command |
+| ------- | -------------------------------------- |
+| `tf` | `terraform` |
+| `tfa` | `terraform apply` |
+| `tfaa` | `terraform apply -auto-approve` |
+| `tfc` | `terraform console` |
+| `tfd` | `terraform destroy` |
+| `tfd!` | `terraform destroy -auto-approve` |
+| `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` |
## Prompt function