terraform-provider-databricks
terraform-provider-databricks copied to clipboard
[DOC] Anchor in `databricks_service_principal_secret` documentation does not take you to the correct place
Affected Resource(s)
databricks_service_principal_secret https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/service_principal_secret
Expected Details
When clicking the "Authenticating with service principal" I would expect to be linked to https://registry.terraform.io/providers/databricks/databricks/latest/docs#authenticating-with-service-principal. However, it instead links to https://registry.terraform.io/providers/databricks/databricks/latest/docs/index#authenticating-with-service-principal which doesn't exist and just loads the default docs at https://registry.terraform.io/providers/databricks/databricks/latest/docs without directing you to the appropriate section.
List of things to potentially add/remove:
Likely something with this reference would need to be updated https://github.com/databricks/terraform-provider-databricks/blob/662a0bd08043be9f36fca43978ab8a81f60c91d5/docs/resources/service_principal_secret.md?plain=1#L10
This will be reworked as part of #3197