terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

Make the schedule.pause_status field read-only

Open touchida opened this issue 1 year ago • 0 comments

Changes

This PR will resolve https://github.com/databricks/terraform-provider-databricks/issues/3691.

  • Make the schedule.pause_status field read-only.
  • Remove the description of the field from the documentation.

Tests

  • [x] make test run 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.

touchida avatar Jun 23 '24 15:06 touchida