{ Limezest 🍋 }

Debug Application Credentials in Terraform

May 13, 2024
1 minute
terraform tips

To see what identity the provider is picking up

TF_LOG=debug terraform plan 2>&1 | grep "Terraform is using this identity"