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
## Changes
#4688 identifies a gap in the documentation for authentication in the
provider that can be confusing for new users, specifically that there is
no description of how to set the `host` argument for account-level
usage. This PR adds this section, listing all supported account-level
hosts. Additionally, I have reorganized the page, consolidating the
arguments & environment variables into the provider itself, as well as
prioritizing OAuth-based auth methods above PAT token or those requiring
long-lived secrets.
## Tests
N/A.
---------
Co-authored-by: Alex Ott <[email protected]>
Co-authored-by: vuong-nguyen <[email protected]>
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@
16
16
17
17
### Documentation
18
18
19
+
* Improve the landing page documentation to prioritize preferred authentication methods and provide better guidance on how to configure the `host` argument.
19
20
* Mark GKE-related fields for `databricks_mws_workspaces` and `databricks_mws_networks` as deprecated([#4752](https://github.com/databricks/terraform-provider-databricks/pull/4752)).
0 commit comments