Skip to content

Commit d3c5f73

Browse files
Add documentation for missing service_principal_client_id attribute (#5134)
## Changes <!-- Summary of your changes that are easy to understand --> Added documentation for missing attribute [databricks_app attribute](#5128). Resolves #5128 ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> N/A - [ ] `make test` run locally - [x] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework - [x] has entry in `NEXT_CHANGELOG.md` file
1 parent ed71501 commit d3c5f73

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
### Documentation
1616

17+
* Add documentation on the `service_principal_client_id` attribute of `databricks_app` and related [#5134](https://github.com/databricks/terraform-provider-databricks/pull/5134)
1718
### Exporter
1819

1920
### Internal Changes

docs/data-sources/app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ In addition to all arguments above, the following attributes are exported:
4343
* `creator` - The email of the user that created the app.
4444
* `update_time` - The update time of the app.
4545
* `updater` - The email of the user that last updated the app.
46+
* `service_principal_client_id` - client_id (application_id) of the app service principal
4647
* `service_principal_id` - id of the app service principal
4748
* `service_principal_name` - name of the app service principal
4849
* `default_source_code_path` - The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.

docs/data-sources/apps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The following attributes are exported:
3535
* `creator` - The email of the user that created the app.
3636
* `update_time` - The update time of the app.
3737
* `updater` - The email of the user that last updated the app.
38+
* `service_principal_client_id` - client_id (application_id) of the app service principal
3839
* `service_principal_id` - id of the app service principal
3940
* `service_principal_name` - name of the app service principal
4041
* `default_source_code_path` - The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.

docs/resources/app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ In addition to all arguments above, the following attributes are exported:
9999
* `creator` - The email of the user that created the app.
100100
* `update_time` - The update time of the app.
101101
* `updater` - The email of the user that last updated the app.
102+
* `service_principal_client_id` - client_id (application_id) of the app service principal
102103
* `service_principal_id` - id of the app service principal
103104
* `service_principal_name` - name of the app service principal
104105
* `default_source_code_path` - The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.

0 commit comments

Comments
 (0)