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:
parent
0272249f47
commit
27a34d6c2c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue