From 38456505b40385e2101372f5aeeeea2dced6179e 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 785d218aecc0..dd44065f3e1e 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.