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
Remove AWS-only note for databricks_service_principal_secret resource (#3213)
* Remove AWS-only note for `databricks_service_principal_secret` resource
Tested on both Azure & GCP, and was able to generate a secret for a service principal.
Additional work will be required for testing of these service principal secrets on the
workspace level (this will be done as part of #3196).
This fixes#3160
* Update docs/resources/service_principal_secret.md
Co-authored-by: Miles Yucht <[email protected]>
---------
Co-authored-by: Miles Yucht <[email protected]>
Copy file name to clipboardExpand all lines: docs/resources/service_principal_secret.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ subcategory: "Security"
3
3
---
4
4
# databricks_service_principal_secret Resource
5
5
6
-
-> **Note** This resource is only available in Databricks AWS.
6
+
-> **Note** This resource can only be used with an account-level provider.
7
7
8
-
With this resource you can create a secret under the given [Service Principals](https://docs.databricks.com/administration-guide/users-groups/service-principals.html)
8
+
With this resource you can create a secret for a given [Service Principals](https://docs.databricks.com/administration-guide/users-groups/service-principals.html).
9
9
10
10
This secret can be used to configure the Databricks Terraform Provider to authenticate with the service principal. See [Authenticating with service principal](../index.md#authenticating-with-service-principal).
0 commit comments