From 26b7b2adcf6aeb17329b2813ab59c8d2d9b9e7fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Mar 2024 08:45:29 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index edb0935..c4c0313 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,6 @@ No modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [aws\_ami\_name](#input\_aws\_ami\_name) | Specify the name of the AMI image to use for the EC2 instance
Valid Values: Any string
Notes: The value will be used to search for AMI by name. | `string` | `"al2023-ami-2023.*-x86_64"` | no | -| [aws\_security\_group\_name](#input\_aws\_security\_group\_name) | Specify the name of the security group to use for the EC2 instance
Valid Values: Any string
Notes: The value will be used to search for the security group by "name". | `string` | `"ssm-tunnel"` | no | -| [aws\_subnet\_name](#input\_aws\_subnet\_name) | Specify the name of the subnet to use for the EC2 instance
Valid Values: Any string
Notes: The value will be used to search for the subnet by "name" within the VPC specified by the aws\_vpc\_name variable. | `string` | `"peering-a"` | no | -| [aws\_vpc\_name](#input\_aws\_vpc\_name) | Specify the name of the VPC to use for the EC2 instance
Valid Values: Any string
Notes: The value will be used to search for the VPC in the account by "name". | `string` | `"peering"` | no | | [name](#input\_name) | Specify the name of the EC2 instance
Valid Values: Any string
Notes: The value will be used as the Name tag for the EC2 instance. | `string` | `"ssm-tunnel"` | no | ## Outputs