Skip to content

Commit 06667f3

Browse files
alexottmgyucht
andauthored
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]>
1 parent 2606c76 commit 06667f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/service_principal_secret.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ subcategory: "Security"
33
---
44
# databricks_service_principal_secret Resource
55

6-
-> **Note** This resource is only available in Databricks AWS.
6+
-> **Note** This resource can only be used with an account-level provider.
77

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).
99

1010
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).
1111

@@ -26,7 +26,7 @@ resource "databricks_service_principal_secret" "terraform_sp" {
2626

2727
The following arguments are available:
2828

29-
* `service_principal_id` - ID of the [databricks_service_principal](service_principal.md)
29+
* `service_principal_id` - ID of the [databricks_service_principal](service_principal.md) (not application ID).
3030

3131

3232
## Attribute Reference

0 commit comments

Comments
 (0)