diff options
author | Patrick Tavares <tavarespatrick01@gmail.com> | 2021-08-16 19:47:40 +0300 |
---|---|---|
committer | Patrick Tavares <tavarespatrick01@gmail.com> | 2021-08-16 19:47:40 +0300 |
commit | 6aeb13b08aab0b35f0c9b0212f1c0cba89eaa5d3 (patch) | |
tree | 705cdd416b83237601b310284a30783d4e4fee5d | |
parent | 20b87731de26638f40dce1bfc89f5b5a207e090f (diff) |
add terraform_version segment to the list of available segments
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -299,6 +299,7 @@ enable as many segments as you like. It won't slow down your prompt or Zsh start | `package` | `name@version` from [package.json](https://docs.npmjs.com/files/package.json) | | `kubecontext` | current [kubernetes](https://kubernetes.io/) context | | `terraform` | [terraform](https://www.terraform.io) workspace | +| `terraform_version` | [terraform](https://www.terraform.io) version | | `aws` | [aws profile](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) | | `aws_eb_env` | [aws elastic beanstalk](https://aws.amazon.com/elasticbeanstalk/) environment | | `azure` | [azure](https://docs.microsoft.com/en-us/cli/azure) account name | |