interpret also tofu as terraform#2919
Conversation
|
What are |
|
When running Terraform, it is useful to know what is the active Azure/AWS/GCP environment. |
|
Aliases should work out of the box because powerlevel10k can see through them. So, if you define Adding |
|
In my case |
|
The default values of parameter include popular tools, not private scripts. The latter can have arbitrary names and semantics, and are supported by your ability to modify your own |
|
Done. |
|
Thanks! |
You can alias to a function that overrides alias tf=tofu
function tofu() {
command tofu -var-file ~/i/just/made/this/up/global.tfvars $@
}But yes, just locally overriding is probably easier ;) Might still be useful for other applications |
|
Thank you. |
- terraform_init: detect tofu when terraform is not available - terraform_version: use tofu binary as fallback, parse 'OpenTofu v...' output - terraform_version_init: detect tofu when terraform is not available - Add test_terraform_tofu.zsh with 9 tests for pattern matching and version parsing Cherry-picked config changes from upstream 7178d3b (tofu in SHOW_ON_COMMAND) were already present in the fork.
No description provided.