mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
feat(terraform): support opentofu for terraform version detection (#6910)
Support OpenTofu This is a revitalization of https://github.com/starship/starship/pull/6072 Co-authored-by: Bojan Rajkovic <brajkovic@coderinserepeat.com>
This commit is contained in:
@@ -1618,6 +1618,16 @@
|
||||
"symbol": "💠 ",
|
||||
"style": "bold 105",
|
||||
"disabled": false,
|
||||
"commands": [
|
||||
[
|
||||
"terraform",
|
||||
"version"
|
||||
],
|
||||
[
|
||||
"tofu",
|
||||
"version"
|
||||
]
|
||||
],
|
||||
"detect_extensions": [
|
||||
"tf",
|
||||
"tfplan",
|
||||
|
||||
Reference in New Issue
Block a user