databricks-cli/bundle/deploy/terraform
Pieter Noordhuis 0ea0e81c8a
Ignore databricks_permissions resource when loading Terraform state (#291)
## Changes

The databricks_permissions resource may be generated if a bundle
resource includes a `permissions` block. There's no need to incorporate
details from the materialization into the bundle configuration struct.

## Tests

Confirmed that this fixes `bricks bundle run` when dealing with a bundle
with permission configuration.
2023-03-29 21:14:52 +02:00
..
apply.go Automatically install Terraform if needed (#141) 2022-12-15 17:30:33 +01:00
convert.go Ignore databricks_permissions resource when loading Terraform state (#291) 2023-03-29 21:14:52 +02:00
convert_test.go Add permissions block to each resource (#264) 2023-03-21 10:58:16 +01:00
dir.go Automatically install Terraform if needed (#141) 2022-12-15 17:30:33 +01:00
init.go Configure Terraform provider auth through env vars (#290) 2023-03-29 20:46:09 +02:00
interpolate.go Add resources for mlflow models and experiments (#263) 2023-03-20 21:28:43 +01:00
load.go Add `bricks bundle run` command (#134) 2022-12-15 15:12:47 +01:00
write.go Mutators to work with Terraform (#124) 2022-12-09 08:57:30 +01:00