summaryrefslogtreecommitdiff
path: root/docs/automation
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-14 01:59:17 +0300
committerGitHub <noreply@github.com>2026-05-14 01:59:17 +0300
commitfc416d44178408b94888255d8ab2c22c4a4205ed (patch)
tree7d44b3c2639a1b0d927592b907d373baa4fb5147 /docs/automation
parent99aa3ecc7059eb066fc76d052d200843088a07d4 (diff)
parent1030a95e04409b77825fe59f3fa7e853b07da808 (diff)
downloadvyos-documentation-fc416d44178408b94888255d8ab2c22c4a4205ed.tar.gz
vyos-documentation-fc416d44178408b94888255d8ab2c22c4a4205ed.zip
Merge pull request #2024 from vyos/yuriy/cli-aws-doc-fixes
docs: fix CLI typo, orphan fences, CloudWatch case, terraformvyos link labels
Diffstat (limited to 'docs/automation')
-rw-r--r--docs/automation/terraform/terraformvyos.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/automation/terraform/terraformvyos.md b/docs/automation/terraform/terraformvyos.md
index bfe1b6d1..a80c4437 100644
--- a/docs/automation/terraform/terraformvyos.md
+++ b/docs/automation/terraform/terraformvyos.md
@@ -11,9 +11,9 @@ provisioning via Ansible. Terraform allows you to automate the
process of deploying instances on many cloud and virtual
platforms. In this article, we will look at using Terraform to
deploy VyOS on platforms - AWS, Azure, and vSphere. For more
-details about Terraform please have a look at [link].
+details about Terraform, see the [Terraform introduction].
-You will need to [install] Terraform before proceeding.
+You will need to [install Terraform] before proceeding.
Structure of files in the standard Terraform project:
@@ -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]: https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli
-[link]: https://developer.hashicorp.com/terraform/intro
+[Terraform introduction]: https://developer.hashicorp.com/terraform/intro