Skip to content

Commit 4e9ed68

Browse files
authored
Document new attributes in databricks_app resource and data sources (#4848)
## Changes <!-- Summary of your changes that are easy to understand --> Add description of `database` resource in Apps. Should be merged after #4844 ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] relevant change in `docs/` folder - [x] has entry in `NEXT_CHANGELOG.md` file
1 parent 24f8511 commit 4e9ed68

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* Rename DLT references to Lakeflow Declarative pipelines ([#4842](https://github.com/databricks/terraform-provider-databricks/pull/4842))
3535
* Update the list of UC permissions in UC guide for Azure ([#4852](https://github.com/databricks/terraform-provider-databricks/pull/4852)).
3636
* Clarify and add more examples to `databricks_mws_network_connectivity_config` and `databricks_mws_ncc_private_endpoint_rule` documentation ([#4847](https://github.com/databricks/terraform-provider-databricks/pull/4847))
37+
* Document new attributes in `databricks_app` resource and data sources ([#4848](https://github.com/databricks/terraform-provider-databricks/pull/4848))
3738

3839
### Exporter
3940

docs/data-sources/app.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ Exactly one of the following attributes will be provided:
7777
* `securable_type` - the type of UC securable, i.e. `VOLUME`.
7878
* `securable_full_name` - the full name of UC securable, i.e. `my-catalog.my-schema.my-volume`.
7979
* `permission` - Permissions to grant on UC securable, i.e. `READ_VOLUME`, `WRITE_VOLUME`.
80+
* `database` attribute
81+
* `database_name` - The name of database.
82+
* `instance_name` - The name of database instance.
83+
* `permission` - Permission to grant on database. Supported permissions are: `CAN_CONNECT_AND_CREATE`.
8084

8185
## Related Resources
8286

docs/data-sources/apps.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Exactly one of the following attributes will be provided:
6969
* `securable_type` - the type of UC securable, i.e. `VOLUME`.
7070
* `securable_full_name` - the full name of UC securable, i.e. `my-catalog.my-schema.my-volume`.
7171
* `permission` - Permissions to grant on UC securable, i.e. `READ_VOLUME`, `WRITE_VOLUME`.
72+
* `database` attribute
73+
* `database_name` - The name of database.
74+
* `instance_name` - The name of database instance.
75+
* `permission` - Permission to grant on database. Supported permissions are: `CAN_CONNECT_AND_CREATE`.
7276

7377
## Related Resources
7478

docs/resources/app.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ Exactly one of the following attributes must be provided:
7676
* `securable_type` - the type of UC securable, i.e. `VOLUME`.
7777
* `securable_full_name` - the full name of UC securable, i.e. `my-catalog.my-schema.my-volume`.
7878
* `permission` - Permissions to grant on UC securable, i.e. `READ_VOLUME`, `WRITE_VOLUME`.
79+
* `database` attribute
80+
* `database_name` - The name of database.
81+
* `instance_name` - The name of database instance.
82+
* `permission` - Permission to grant on database. Supported permissions are: `CAN_CONNECT_AND_CREATE`.
7983

8084
## Attribute Reference
8185

0 commit comments

Comments
 (0)