internal/backend/remote-state/azure: updating the link to the client secret

This redirects to the registry so we should point there directly
This commit is contained in:
tombuildsstuff 2021-11-17 18:28:47 +01:00
parent 0272249f47
commit 27a34d6c2c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ func buildArmClient(ctx context.Context, config BackendConfig) (*ArmClient, erro
CustomResourceManagerEndpoint: config.CustomResourceManagerEndpoint,
MetadataHost: config.MetadataHost,
Environment: config.Environment,
ClientSecretDocsLink: "https://www.terraform.io/docs/providers/azurerm/guides/service_principal_client_secret.html",
ClientSecretDocsLink: "https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/service_principal_client_secret",
// Service Principal (Client Certificate)
ClientCertPassword: config.ClientCertificatePassword,