Skip to content

Commit

Permalink
Fix link in the TF provider doc (databricks#1923)
Browse files Browse the repository at this point in the history
Fix a broken link referring to a non-existing bookmark.

Co-authored-by: Serge Smertin <259697+nfx@users.noreply.github.com>
  • Loading branch information
grayluck and nfx authored Jan 16, 2023
1 parent 78f54a7 commit 9cbc3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/gcp-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ resource "databricks_mws_networks" "this" {

## Creating a Databricks Workspace

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

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.

Expand Down

0 comments on commit 9cbc3b7

Please sign in to comment.