summaryrefslogtreecommitdiff
path: root/docs/automation
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-05-12 18:00:46 +0300
committerGitHub <noreply@github.com>2026-05-12 18:00:46 +0300
commitbfc681807ab2eafe3bfcea55be148deaba29f298 (patch)
treef712601131b83af535bdf5e1b3182cabc71daac0 /docs/automation
parent936abf4cd220de6a55efbf1f555801f2878a0578 (diff)
parent9968c956f3eb7f80839148cd0496f3780915e176 (diff)
downloadvyos-documentation-bfc681807ab2eafe3bfcea55be148deaba29f298.tar.gz
vyos-documentation-bfc681807ab2eafe3bfcea55be148deaba29f298.zip
Merge pull request #1997 from vyos/claude/scan-typos-errors-VJZ5E
docs: fix typos across configuration, contributing, and vpp docs
Diffstat (limited to 'docs/automation')
-rw-r--r--docs/automation/terraform/terraformAWS.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/automation/terraform/terraformAWS.md b/docs/automation/terraform/terraformAWS.md
index 488e7926..10740b99 100644
--- a/docs/automation/terraform/terraformAWS.md
+++ b/docs/automation/terraform/terraformAWS.md
@@ -103,6 +103,8 @@ Terraform, Ansible, and AWS, follow these steps:
See `Structure of files in Ansible for AWS <#structure-of-files-in-ansible-for-aws>`__ for more details.
You can obtain ``mykey.pem`` by creating a key `pair <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html>`__ in AWS and
downloading your ``.pem`` key.
+
+.. start_vyoslinter
```
### Deploy with Terraform
@@ -305,7 +307,7 @@ Make sure Ansible can ping from Terraform.
├── vyos.tf # The main script
├── var.tf # The file of all variables in "vyos.tf"
├── versions.tf # File for the changing version of Terraform.
-└── terraform.tfvars # The value of all variables (passwords, login, ip adresses and so on)
+└── terraform.tfvars # The value of all variables (passwords, login, ip addresses and so on)
```
## File contents of Terraform for AWS
@@ -543,6 +545,10 @@ ansible_user: vyos
All files related to deploying VyOS on AWS with Terraform and Ansible
can be found in the [vyos-automation] repository.
+% stop_vyoslinter
+
[group]: https://docs.aws.amazon.com/cli/latest/userguide/cli-services-ec2-sg.html
[pair]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html
[vyos-automation]: <https://github.com/vyos/vyos-automation/tree/main/TerraformCloud/AWS_terraform_ansible_single_vyos_instance-main>
+
+% start_vyoslinter