Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 21, 2024
1 parent 9d8dcd2 commit 26b7b2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ No modules.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_aws_ami_name"></a> [aws\_ami\_name](#input\_aws\_ami\_name) | Specify the name of the AMI image to use for the EC2 instance<br> Valid Values: Any string<br> Notes: The value will be used to search for AMI by name. | `string` | `"al2023-ami-2023.*-x86_64"` | no |
| <a name="input_aws_security_group_name"></a> [aws\_security\_group\_name](#input\_aws\_security\_group\_name) | Specify the name of the security group to use for the EC2 instance<br> Valid Values: Any string<br> Notes: The value will be used to search for the security group by "name". | `string` | `"ssm-tunnel"` | no |
| <a name="input_aws_subnet_name"></a> [aws\_subnet\_name](#input\_aws\_subnet\_name) | Specify the name of the subnet to use for the EC2 instance<br> Valid Values: Any string<br> 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 |
| <a name="input_aws_vpc_name"></a> [aws\_vpc\_name](#input\_aws\_vpc\_name) | Specify the name of the VPC to use for the EC2 instance<br> Valid Values: Any string<br> Notes: The value will be used to search for the VPC in the account by "name". | `string` | `"peering"` | no |
| <a name="input_name"></a> [name](#input\_name) | Specify the name of the EC2 instance<br> Valid Values: Any string<br> Notes: The value will be used as the Name tag for the EC2 instance. | `string` | `"ssm-tunnel"` | no |

## Outputs
Expand Down

0 comments on commit 26b7b2a

Please sign in to comment.