Debug Application Credentials in Terraform
May 13, 2024
1 minute
terraform tipsTo see what identity the provider is picking up
TF_LOG=debug terraform plan 2>&1 | grep "Terraform is using this identity"
{ Limezest 🍋 }
To see what identity the provider is picking up
TF_LOG=debug terraform plan 2>&1 | grep "Terraform is using this identity"