Skip to content

Commit 6f70c73

Browse files
authored
[Doc] Fix argument in example for databricks_custom_app_integration (#4132)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [x] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] relevant acceptance tests are passing - [ ] using Go SDK
1 parent 6088aa8 commit 6f70c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/custom_app_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resource "databricks_custom_app_integration" "this" {
1515
redirect_urls = ["https://example.com"]
1616
scopes = ["all-apis"]
1717
token_access_policy {
18-
access_token_ttl_in_minutes = %s
18+
access_token_ttl_in_minutes = 15
1919
refresh_token_ttl_in_minutes = 30
2020
}
2121
}

0 commit comments

Comments
 (0)