Tanmay Rustagi
Tanmay Rustagi
## Changes `databricks_grants` resource marks all fields in secure_mapping as force_new and when these ids change (caused by change in name of other UC resources for example: `name` in `databricks_external_location`,...
## Changes We need to mark the fields as force_new since they are part of structure. As updating column isn't supported, we mark all the fields as force_new. Relevant code...
## Changes API responses return names in small cases, because of this the names which are used as `id` as stored in small case in the state. This leads to...
## Changes ## Tests - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [...
## Changes Objects in share resource is a list which leads to issues when they are added / removed due to ordering. This PR makes them as set and sets...
## Changes We are trying to see whether using CustomizeDiff works since using force_new isn't for any object update isn't feasible. This is a followup to the PR: https://github.com/databricks/terraform-provider-databricks/pull/3529 Please...
## Changes Added support for: 1. Mapping of `integer` -> `int` and `long` -> `bigint` 2. Case insensitive column types 3. Suppress diffs for column types We might need other...
## Changes PoC to introduce plugin framework. It's WIP, need to verify a few things and test E2E manually ## Tests 1. [x] Existing Unit tests passes 2. [ ]...
## Changes We earlier used to have only one spec that we used to pass for all the requests, after migration since we use different requests, we need to modify...
https://nedinthecloud.com/2022/06/08/using-oidc-authentication-with-the-azurerm-backend/ https://colinsalmcorner.com/using-oidc-with-terraform-in-github-actions/