Skip to content

Commit d9315c5

Browse files
graylucknfx
andauthored
Fix link in the TF provider doc (#1923)
Fix a broken link referring to a non-existing bookmark. Co-authored-by: Serge Smertin <[email protected]>
1 parent 4802163 commit d9315c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/gcp-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ resource "databricks_mws_networks" "this" {
200200

201201
## Creating a Databricks Workspace
202202

203-
Once [the VPC](#Creating a VPC) is set up, you can create Databricks workspace through [databricks_mws_workspaces](../resources/mws_workspaces.md) resource.
203+
Once [the VPC](#creating-a-vpc) is set up, you can create Databricks workspace through [databricks_mws_workspaces](../resources/mws_workspaces.md) resource.
204204

205205
Code that creates workspaces and code that [manages workspaces](workspace-management.md) must be in separate terraform modules to avoid common confusion between `provider = databricks.accounts` and `provider = databricks.created_workspace`. This is why we specify `databricks_host` and `databricks_token` outputs, which have to be used in the latter modules.
206206

0 commit comments

Comments
 (0)