Brandon Grams

Results 4 issues of Brandon Grams

Provider does not consider policy-provided configuration when a `databricks_cluster` is configured with `apply_policy_default_values = true`. This results in 2 separate issues: 1. Permanent resource drift 2. Incorrect validation failures when...

**Problem Statement** Support [OAuth token federation](https://docs.databricks.com/aws/en/dev-tools/auth/oauth-federation) as an official auth type. **Proposed Solution** The [current guidance](https://docs.databricks.com/aws/en/dev-tools/auth/oauth-federation-howto) is to perform the exchange using `curl`, and pass the returned access token to...

### Use-cases Support `databricks_mws_ncc_private_endpoint_rule` for AWS VPC endpoints. Latest [docs](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/mws_ncc_private_endpoint_rule) include a note that "This feature is only available in Azure." ### Attempted Solutions None, this is a manual process...

feature
needs-api

### Use-cases Create Databricks secrets without persisting the secret value in state. ### Attempted Solutions This is not possible today using the provider. Typically we seed the secret with a...

feature