Revert "Add recursive tf init function"
This reverts commit 6564c857cf
.
This commit is contained in:
parent
e72ae38079
commit
3ba2b5940a
11
zsh/.zshrc
11
zsh/.zshrc
@ -272,14 +272,3 @@ PROMPT=$PROMPT'%{$(vterm_prompt_end)%}'
|
||||
type navi > /dev/null && eval "$(navi widget zsh)"
|
||||
|
||||
eval "$(rbenv init - zsh)"
|
||||
|
||||
tf-init-recursive() {
|
||||
here=$(pwd)
|
||||
dirs=$(find . -type f -name '*.tf' -exec dirname {} \; | sort | uniq | xargs readlink --canonicalize)
|
||||
echo $dirs | while read -r dir; do
|
||||
echo "Initializing Terraform in $dir"
|
||||
cd $dir
|
||||
terraform init || break
|
||||
done
|
||||
cd $here
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user