Код: Выделить всё
chmod +x .terraform/providers/registry.terraform.io/hashicorp/azuread/3.4.0/linux_amd64/terraform-provider-azuread_v3.4.0_x5
chmod +x .terraform/providers/registry.terraform.io/hashicorp/azurerm/4.31.0/linux_amd64/terraform-provider-azurerm_v4.31.0_x5
chmod +x .terraform/providers/registry.terraform.io/hashicorp/time/0.13.1/linux_amd64/terraform-provider-time_v0.13.1_x5
chmod +x .terraform/providers/registry.terraform.io/microsoft/azuredevops/1.10.0/linux_amd64/terraform-provider-azuredevops_v1.10.0
Код: Выделить всё
find . -name "terraform-provider-*" -type f | while IFS= read -r file; do
echo "Giving execute to '$file'"
chmod +x $file
done
Подробнее здесь: https://stackoverflow.com/questions/796 ... le-finding
Мобильная версия