Skip to content

Commit 9ca86a2

Browse files
authored
chore(docs): improve syntax (#2106)
1 parent 862b089 commit 9ca86a2

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

docs/data-sources/aws_bucket_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ In addition to all arguments above, the following attributes are exported:
8686

8787
The following resources are used in the same context:
8888

89-
* [Provisioning AWS Databricks E2 with a Hub & Spoke firewall for data exfiltration protection](../guides/aws-e2-firewall-hub-and-spoke.md) guide
89+
* [Provisioning AWS Databricks E2 with a Hub & Spoke firewall for data exfiltration protection](../guides/aws-e2-firewall-hub-and-spoke.md) guide.
9090
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide
9191
* [databricks_instance_profile](../resources/instance_profile.md) to manage AWS EC2 instance profiles that users can launch [databricks_cluster](../resources/cluster.md) and access data, like [databricks_mount](../resources/mount.md).
9292
* [databricks_mount](../resources/mount.md) to [mount your cloud storage](https://docs.databricks.com/data/databricks-file-system.html#mount-object-storage-to-dbfs) on `dbfs:/mnt/name`.

docs/data-sources/cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This data source exports the following attributes:
5656

5757
The following resources are often used in the same context:
5858

59-
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide
59+
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide.
6060
* [databricks_cluster](../resources/cluster.md) to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
6161
* [databricks_cluster_policy](../resources/cluster_policy.md) to create a [databricks_cluster](../resources/cluster.md) policy, which limits the ability to create clusters based on a set of rules.
6262
* [databricks_instance_pool](../resources/instance_pool.md) to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce [cluster](../resources/cluster.md) start and auto-scaling times by maintaining a set of idle, ready-to-use instances.

docs/data-sources/clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This data source exports the following attributes:
4040

4141
The following resources are used in the same context:
4242

43-
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide
43+
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide.
4444
* [databricks_cluster](../resources/cluster.md) to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
4545
* [databricks_cluster_policy](../resources/cluster_policy.md) to create a [databricks_cluster](../resources/cluster.md) policy, which limits the ability to create clusters based on a set of rules.
4646
* [databricks_instance_pool](../resources/instance_pool.md) to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce [cluster](../resources/cluster.md) start and auto-scaling times by maintaining a set of idle, ready-to-use instances.

docs/data-sources/dbfs_file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This data source exports the following attributes:
3131

3232
The following resources are used in the same context:
3333

34-
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide
34+
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide.
3535
* [databricks_dbfs_file_paths](dbfs_file_paths.md) data to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
3636
* [databricks_dbfs_file](../resources/dbfs_file.md) to manage relatively small files on [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
3737
* [databricks_mount](../resources/mount.md) to [mount your cloud storage](https://docs.databricks.com/data/databricks-file-system.html#mount-object-storage-to-dbfs) on `dbfs:/mnt/name`.

docs/data-sources/dbfs_file_paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This data source exports the following attributes:
3131

3232
The following resources are used in the same context:
3333

34-
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide
34+
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide.
3535
* [databricks_dbfs_file](dbfs_file.md) data to get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
3636
* [databricks_dbfs_file_paths](dbfs_file_paths.md) data to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
3737
* [databricks_dbfs_file](../resources/dbfs_file.md) to manage relatively small files on [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).

docs/data-sources/node_type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Data source exposes the following attributes:
7070

7171
The following resources are used in the same context:
7272

73-
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide
73+
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide.
7474
* [databricks_cluster](../resources/cluster.md) to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
7575
* [databricks_cluster_policy](../resources/cluster_policy.md) to create a [databricks_cluster](../resources/cluster.md) policy, which limits the ability to create clusters based on a set of rules.
7676
* [databricks_instance_pool](../resources/instance_pool.md) to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce [cluster](../resources/cluster.md) start and auto-scaling times by maintaining a set of idle, ready-to-use instances.

docs/data-sources/service_principal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Data source exposes the following attributes:
4848

4949
The following resources are used in the same context:
5050

51-
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide
51+
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide.
5252
* [databricks_current_user](current_user.md) data to retrieve information about [databricks_user](../resources/user.md) or [databricks_service_principal](../resources/service_principal.md), that is calling Databricks REST API.
5353
* [databricks_group](../resources/group.md) to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
5454
* [databricks_group](group.md) data to retrieve information about [databricks_group](../resources/group.md) members, entitlements and instance profiles.

docs/data-sources/service_principals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Data source exposes the following attributes:
4949

5050
The following resources are used in the same context:
5151

52-
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide
52+
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide.
5353
* [databricks_current_user](current_user.md) data to retrieve information about [databricks_user](../resources/user.md) or [databricks_service_principal](../resources/service_principal.md), that is calling Databricks REST API.
5454
* [databricks_group](../resources/group.md) to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
5555
* [databricks_group](group.md) data to retrieve information about [databricks_group](../resources/group.md) members, entitlements and instance profiles.

docs/data-sources/spark_version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Data source exposes the following attributes:
6161

6262
The following resources are used in the same context:
6363

64-
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide
64+
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide.
6565
* [databricks_cluster](../resources/cluster.md) to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
6666
* [databricks_cluster_policy](../resources/cluster_policy.md) to create a [databricks_cluster](../resources/cluster.md) policy, which limits the ability to create clusters based on a set of rules.
6767
* [databricks_instance_pool](../resources/instance_pool.md) to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce [cluster](../resources/cluster.md) start and auto-scaling times by maintaining a set of idle, ready-to-use instances.

docs/data-sources/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Data source exposes the following attributes:
5050

5151
The following resources are used in the same context:
5252

53-
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide
53+
* [End to end workspace management](../guides/passthrough-cluster-per-user.md) guide.
5454
* [databricks_current_user](current_user.md) data to retrieve information about [databricks_user](../resources/user.md) or [databricks_service_principal](../resources/service_principal.md), that is calling Databricks REST API.
5555
* [databricks_group](../resources/group.md) to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
5656
* [databricks_group](group.md) data to retrieve information about [databricks_group](../resources/group.md) members, entitlements and instance profiles.

0 commit comments

Comments
 (0)