Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Dec 12, 2024
1 parent b6df8be commit 9fd889b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ resource "databricks_grants" "external_creds" {
}
```

For GCP
For GCP (only applicable when purpose is `STORAGE`)

```hcl
resource "databricks_credential" "external_gcp_sa" {
name = "gcp_sa_credential"
databricks_gcp_service_account {}
purpose = "SERVICE"
purpose = "STORAGE"
comment = "GCP SA credential managed by TF"
}
Expand Down

0 comments on commit 9fd889b

Please sign in to comment.