2023-10-08 22:26:07 -05:00
|
|
|
function _tide_item_terraform
|
2024-01-03 17:58:34 -06:00
|
|
|
path is $_tide_parent_dirs/.terraform &&
|
|
|
|
terraform workspace show | string match -v default | read -l w &&
|
|
|
|
_tide_print_item terraform $tide_terraform_icon' ' $w
|
2023-10-08 22:26:07 -05:00
|
|
|
end
|