You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Simple zsh script to clean .terraform terraform.lock.hcl in every directory of the project, it might be useful when you want to reinitialize terraform in a project
# Base directories to search in
base_dirs=("modules""organization")
# Loop through base directories
forbase_dirin"${base_dirs[@]}";do
# Find and delete .terraform directories recursively