diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 01:43:02 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 01:43:02 +0300 |
| commit | bfc6fb3760971bd0c1c945bd466993dd6227111b (patch) | |
| tree | cdb903dd3959e8134888a6ab763d6be6c30cf41f | |
| parent | dec7dcb1eae0e547bca403f82b39bbb0a40a5d00 (diff) | |
| download | vyos-documentation-bfc6fb3760971bd0c1c945bd466993dd6227111b.tar.gz vyos-documentation-bfc6fb3760971bd0c1c945bd466993dd6227111b.zip | |
docs(terraform): wrap long install URL in vyoslinter suppression
The full HashiCorp install-CLI URL is 79 chars, so any reference
definition `[X]: <URL>` form exceeds the 80-char docs-lint limit
regardless of label length. Existing `% stop_vyoslinter` /
`% start_vyoslinter` markers in this file were back-to-back with
no content between them (flagged by Copilot on
[vyos-documentation#2021](https://github.com/vyos/vyos-documentation/pull/2021)) — put them to work by wrapping the long
`[install Terraform]:` reference. The shorter
`[Terraform introduction]:` reference (73 chars) sits outside the
suppression range.
Both Copilot and CodeRabbit flagged the docs-lint regression on
[vyos-documentation#2024](https://github.com/vyos/vyos-documentation/pull/2024) — verified locally with
`python3 scripts/doc-linter.py docs/automation/terraform/terraformvyos.md`:
no warnings.
🤖 Generated by [robots](https://vyos.io)
| -rw-r--r-- | docs/automation/terraform/terraformvyos.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/automation/terraform/terraformvyos.md b/docs/automation/terraform/terraformvyos.md index c748b462..a80c4437 100644 --- a/docs/automation/terraform/terraformvyos.md +++ b/docs/automation/terraform/terraformvyos.md @@ -37,8 +37,9 @@ yes # apply running % stop_vyoslinter +[install Terraform]: https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli + % start_vyoslinter -[install Terraform]: https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli [Terraform introduction]: https://developer.hashicorp.com/terraform/intro |
