databricks works well with azure_client_secret.
azurerm, azuread, azapi works well without azure_client_secret, this is to make sure the federated credential works as expected.
Environment variables as per Dynamic Provider Credentials doc.
Actual Behavior
When i commenting out azure_client_secret for databricks provider, I got below error on databricks provider. is there any special configuration required with Terraform Enterprise? or it is still pending on https://github.com/databricks/databricks-sdk-go/issues/495 ?
Configuration
Expected Behavior
I am trying to utlize Dynamic Provider Credentials (Azure Service Principal with federated credential) and Authenticate with OpenID Connect for authentication.
databricks works well with
azure_client_secret
. azurerm, azuread, azapi works well withoutazure_client_secret
, this is to make sure the federated credential works as expected.Environment variables as per Dynamic Provider Credentials doc.
Actual Behavior
When i commenting out
azure_client_secret
for databricks provider, I got below error on databricks provider. is there any special configuration required with Terraform Enterprise? or it is still pending on https://github.com/databricks/databricks-sdk-go/issues/495 ?Steps to Reproduce
Terraform and provider versions
terraform enterprise:
v202409-3
terraform:1.9.4
databricks provider:1.54.0
Is it a regression?
Debug Output
Important Factoids
Would you like to implement a fix?