-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve docs for databricks_permissions
and databricks_obo_token
#1462
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1462 +/- ##
=======================================
Coverage 90.12% 90.12%
=======================================
Files 126 126
Lines 10221 10221
=======================================
Hits 9212 9212
Misses 642 642
Partials 367 367 |
@@ -718,3 +730,26 @@ The resource permissions can be imported using the object id | |||
```bash | |||
$ terraform import databricks_permissions.this /<object type>/<object id> | |||
``` | |||
|
|||
### Import Example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Import Example |
merge with previous section.
please use https://registry.terraform.io/tools/doc-preview to preview changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good. thank you for performing validation ;)
databricks_permissions
and databricks_obo_token
…atabricks#1462) * Fix Terraform docs for databricks_permissions and OBO tokens
Fixes #1223.