Skip to content

Commit

Permalink
Fix typo in login link from test command doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcervante committed Sep 14, 2023
1 parent 5756a4a commit 3845650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cli/commands/test.mdx
Expand Up @@ -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.

0 comments on commit 3845650

Please sign in to comment.