You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] Skip Read after Create in databricks_secret_acl to avoid errors (#4548)
## Changes
<!-- Summary of your changes that are easy to understand -->
It's very common situation when the Secret Scope ACL assignment fails
when it happens right after a principal assignment to a workspace.
Technically we don't need to perform `Read` after resource creation as
no additional data is returned by GET Secret Scope ACL API.
Hopefully it will resolve#2423
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] using Go SDK
- [ ] using TF Plugin Framework
Co-authored-by: Tanmay Rustagi <[email protected]>
Co-authored-by: Parth Bansal <[email protected]>
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
### Bug Fixes
8
8
9
+
- Skip Read after Create in `databricks_secret_acl` to avoid errors([#4548](https://github.com/databricks/terraform-provider-databricks/pull/4548)).
10
+
9
11
### Documentation
10
12
11
13
* Document management of permissions of `databricks_budget_policy` resource ([#4561](https://github.com/databricks/terraform-provider-databricks/pull/4561))
0 commit comments