Skip to content

Commit c35264d

Browse files
authored
[Doc] Small Grammar Corrections in Docs (#4006)
## Changes Hey team, This PR fixes a bunch of small nits in the documentation around verb tense (specifically 'could' vs 'can') and adds indefinite articles ('a'/'an') before singular resource references. This brings it more in line with other documentation, and fixes grammatical errors. ## 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 ca5ea21 commit c35264d

38 files changed

+38
-38
lines changed

docs/data-sources/aws_crossaccount_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subcategory: "Deployment"
33
---
44
# databricks_aws_crossaccount_policy Data Source
55

6-
-> **Note** This data source could be only used with account-level provider!
6+
-> **Note** This data source can only be used with an account-level provider!
77

88
This data source constructs necessary AWS cross-account policy for you, which is based on [official documentation](https://docs.databricks.com/administration-guide/account-api/iam-role.html#language-Your%C2%A0VPC,%C2%A0default).
99

docs/data-sources/catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subcategory: "Unity Catalog"
33
---
44
# databricks_catalog Data Source
55

6-
-> **Note** This data source could be only used with workspace-level provider!
6+
-> **Note** This data source can only be used with a workspace-level provider!
77

88
-> **Note** If you have a fully automated setup with workspaces created by [databricks_mws_workspaces](../resources/mws_workspaces.md) or [azurerm_databricks_workspace](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/databricks_workspace), please make sure to add [depends_on attribute](../guides/troubleshooting.md#data-resources-and-authentication-is-not-configured-errors) in order to prevent _default auth: cannot configure default credentials_ errors.
99

docs/data-sources/catalogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subcategory: "Unity Catalog"
33
---
44
# databricks_catalogs Data Source
55

6-
-> **Note** This data source could be only used with workspace-level provider!
6+
-> **Note** This data source can only be used with a workspace-level provider!
77

88
-> **Note** If you have a fully automated setup with workspaces created by [databricks_mws_workspaces](../resources/mws_workspaces.md) or [azurerm_databricks_workspace](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/databricks_workspace), please make sure to add [depends_on attribute](../guides/troubleshooting.md#data-resources-and-authentication-is-not-configured-errors) in order to prevent _default auth: cannot configure default credentials_ errors.
99

docs/data-sources/external_location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subcategory: "Unity Catalog"
33
---
44
# databricks_external_location Data Source
55

6-
-> **Note** This data source could be only used with workspace-level provider!
6+
-> **Note** This data source can only be used with a workspace-level provider!
77

88
Retrieves details about a [databricks_external_location](../resources/external_location.md) that were created by Terraform or manually.
99

docs/data-sources/external_locations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subcategory: "Unity Catalog"
33
---
44
# databricks_external_locations Data Source
55

6-
-> **Note** This data source could be only used with workspace-level provider!
6+
-> **Note** This data source can only be used with a workspace-level provider!
77

88
Retrieves a list of [databricks_external_location](./external_location.md) objects, that were created by Terraform or manually, so that special handling could be applied.
99

docs/data-sources/metastore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subcategory: "Unity Catalog"
33
---
44
# databricks_metastore Data Source
55

6-
-> **Note** This data source could be only used with account-level provider!
6+
-> **Note** This data source can only be used with an account-level provider!
77

88
Retrieves information about metastore for a given id of [databricks_metastore](../resources/metastore.md) object, that was created by Terraform or manually, so that special handling could be applied.
99

docs/data-sources/metastores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subcategory: "Unity Catalog"
33
---
44
# databricks_metastores Data Source
55

6-
-> **Note** This data source could be only used with account-level provider!
6+
-> **Note** This data source can only be used with an account-level provider!
77

88
Retrieves a mapping of name to id of [databricks_metastore](../resources/metastore.md) objects, that were created by Terraform or manually, so that special handling could be applied.
99

docs/data-sources/schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subcategory: "Unity Catalog"
33
---
44
# databricks_schemas Data Source
55

6-
-> **Note** This data source could be only used with workspace-level provider!
6+
-> **Note** This data source can only be used with a workspace-level provider!
77

88
-> **Note** If you have a fully automated setup with workspaces created by [databricks_mws_workspaces](../resources/mws_workspaces.md) or [azurerm_databricks_workspace](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/databricks_workspace), please make sure to add [depends_on attribute](../guides/troubleshooting.md#data-resources-and-authentication-is-not-configured-errors) in order to prevent _default auth: cannot configure default credentials_ errors.
99

docs/data-sources/storage_credential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subcategory: "Unity Catalog"
33
---
44
# databricks_storage_credential Data Source
55

6-
-> **Note** This data source could be only used with workspace-level provider!
6+
-> **Note** This data source can only be used with a workspace-level provider!
77

88
Retrieves details about a [databricks_storage_credential](../resources/storage_credential.md) that were created by Terraform or manually.
99

docs/data-sources/storage_credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subcategory: "Unity Catalog"
33
---
44
# databricks_storage_credentials Data Source
55

6-
-> **Note** This data source could be only used with workspace-level provider!
6+
-> **Note** This data source can only be used with a workspace-level provider!
77

88
Retrieves a list of [databricks_storage_credential](./storage_credential.md) objects, that were created by Terraform or manually, so that special handling could be applied.
99

0 commit comments

Comments
 (0)