Skip to content

Commit 8565981

Browse files
authored
[Documentation] databricks_instance_pool: auto zone_id can only be used for fleet node types (#4782)
## Changes <!-- Summary of your changes that are easy to understand --> As of now, auto is only supported for fleet node types, highlighting this as a note for instance pool resource. ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> N/A - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework
1 parent bfae0c9 commit 8565981

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
### Bug Fixes
1313

1414
### Documentation
15+
* auto `zone_id` can only be used for fleet node types in `databricks_instance_pool` resource ([#4782](https://github.com/databricks/terraform-provider-databricks/pull/4782)).
1516

1617
### Exporter
1718

docs/resources/instance_pool.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This resource allows you to manage [instance pools](https://docs.databricks.com/
99

1010
-> It is important to know that different cloud service providers have different `node_type_id`, `disk_specs` and potentially other configurations.
1111

12+
-> "auto" `zone_id` is only supported for fleet node types.
13+
1214
## Example Usage
1315

1416
```hcl

0 commit comments

Comments
 (0)