Skip to content

Commit

Permalink
Fix docs broken link to Keep your CLI flags DRY (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablohn26 committed Apr 29, 2021
1 parent 6a1a0b2 commit f99b3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/04_reference/config-blocks-and-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The `terraform` block supports the following arguments:
local file paths, Git URLs, and Git URLS with `ref` parameters. Terragrunt will download all the code in the repo
(i.e. the part before the double-slash `//`) so that relative paths work correctly between modules in that repo.
- `extra_arguments` (block): Nested blocks used to specify extra CLI arguments to pass to the `terraform` CLI. Learn more
about its usage in the [Keep your CLI flags DRY](/use-cases/keep-your-cli-flags-dry/) use case overview. Supports
about its usage in the [Keep your CLI flags DRY](/docs/features/keep-your-cli-flags-dry/) use case overview. Supports
the following arguments:
- `arguments` (required) : A list of CLI arguments to pass to `terraform`.
- `commands` (required) : A list of `terraform` sub commands that the arguments will be passed to.
Expand Down

0 comments on commit f99b3fc

Please sign in to comment.