terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Make the schedule.pause_status field read-only
Changes
This PR will resolve https://github.com/databricks/terraform-provider-databricks/issues/3691.
- Make the
schedule.pause_statusfield read-only. - Remove the description of the field from the documentation.
Tests
- [x]
make testrun locally - [x] relevant change in
docs/folder - [ ] covered with integration tests in
internal/acceptance - [ ] relevant acceptance tests are passing
- [x] using Go SDK
I locally confirmed that the terraform plan command no longer showed any change for the schedule.pause_status field.