mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-02-04 21:18:32 +00:00
docs(terraform): Make version perf issue obvious (#2107)
This intends to make the performance issue with the terraform version more obvious.
This commit is contained in:
parent
5eacd3abee
commit
a67bf5b34f
@ -2345,8 +2345,14 @@ format = "via [🏎 $version](red bold)"
|
|||||||
## Terraform
|
## Terraform
|
||||||
|
|
||||||
The `terraform` module shows the currently selected terraform workspace and version.
|
The `terraform` module shows the currently selected terraform workspace and version.
|
||||||
By default the terraform version is not shown, since this is slow on current versions of terraform when a lot of plugins are in use.
|
|
||||||
|
::: tip
|
||||||
|
|
||||||
|
By default the terraform version is not shown, since this is slow for current versions of terraform when a lot of plugins are in use.
|
||||||
If you still want to enable it, [follow the example shown below](#with-version).
|
If you still want to enable it, [follow the example shown below](#with-version).
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
The module will be shown if any of the following conditions are met:
|
The module will be shown if any of the following conditions are met:
|
||||||
|
|
||||||
- The current directory contains a `.terraform` folder
|
- The current directory contains a `.terraform` folder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user