Skip to content

Commit 6114f2a

Browse files
authored
[Doc] Document budget_policy_id in databricks_app resource and data sources (#4557)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] relevant change in `docs/` folder
1 parent b38d795 commit 6114f2a

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Documentation
1010

1111
* Document management of permissions of `databricks_budget_policy` resource ([#4561](https://github.com/databricks/terraform-provider-databricks/pull/4561))
12+
* Document `budget_policy_id` in `databricks_app` resource and data sources ([#4557](https://github.com/databricks/terraform-provider-databricks/pull/4557))
1213

1314
### Exporter
1415

docs/data-sources/app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ In addition to all arguments above, the following attributes are exported:
4545
* `service_principal_id` - id of the app service principal
4646
* `service_principal_name` - name of the app service principal
4747
* `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.
48+
* `budget_policy_id` - The Budget Policy ID set for this resource.
49+
* `effective_budget_policy_id` - The effective budget policy ID.
4850

4951
### resources Attribute
5052

docs/data-sources/apps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ The following attributes are exported:
3737
* `service_principal_id` - id of the app service principal
3838
* `service_principal_name` - name of the app service principal
3939
* `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.
40+
* `budget_policy_id` - The Budget Policy ID set for this resource.
41+
* `effective_budget_policy_id` - The effective budget policy ID.
4042

4143
### resources Attribute
4244

docs/resources/app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The following arguments are required:
4444

4545
* `name` - (Required) The name of the app. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace.
4646
* `description` - (Optional) The description of the app.
47+
* `budget_policy_id` - The optional Budget Policy ID set for this resource.
4748
* `resources` - (Optional) A list of resources that the app have access to.
4849

4950
### resources Configuration Attribute
@@ -87,6 +88,7 @@ In addition to all arguments above, the following attributes are exported:
8788
* `service_principal_id` - id of the app service principal
8889
* `service_principal_name` - name of the app service principal
8990
* `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.
91+
* `effective_budget_policy_id` - The effective budget policy ID.
9092

9193
## Import
9294

0 commit comments

Comments
 (0)