diff --git a/jump-box/README.md b/jump-box/README.md index 943fc38..cd59fb7 100644 --- a/jump-box/README.md +++ b/jump-box/README.md @@ -121,6 +121,7 @@ No modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [ami](#input\_ami) | The ami to use for the jump box. If the SSM Agent is not already installed on the ami, it should be installed through the user\_data variable. | `string` | n/a | yes | +| [instance\_tags](#input\_instance\_tags) | Additional tags to apply to the EC2 instance. | `map(string)` | `{}` | no | | [instance\_type](#input\_instance\_type) | The instance type to use for the instance. | `string` | `"t4g.nano"` | no | | [name](#input\_name) | Name to use for the instance. | `string` | n/a | yes | | [subnet\_id](#input\_subnet\_id) | The VPC subnet to launch the instance in. | `string` | n/a | yes |