From e52dbbb5194bd7f3db9e067526b7e894c594e21d Mon Sep 17 00:00:00 2001 From: Liam Cervante Date: Thu, 14 Sep 2023 08:48:08 +0200 Subject: [PATCH] Fix typo in login link from test command doc page --- website/docs/cli/commands/test.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/test.mdx b/website/docs/cli/commands/test.mdx index 785d218aec..dd44065f3e 100644 --- a/website/docs/cli/commands/test.mdx +++ b/website/docs/cli/commands/test.mdx @@ -54,4 +54,4 @@ The `-cloud-run` option accepts a [private registry module source](/terraform/la You must provide a module from a _private_ registry, not the public Terraform registry. -You must execute [`terraform login`](/terraform/cli/command/login) before using this option, and ensure that your `hostname` argument matches the private registry hostname of your target module. +You must execute [`terraform login`](/terraform/cli/commands/login) before using this option, and ensure that your `hostname` argument matches the private registry hostname of your target module.