You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| EC2 Instance Type of the bastion host |`string`|`"t3.micro"`| no |
62
62
| <aname="input_name"></a> [name](#input\_name)| The name of the bastion host |`string`| n/a | yes |
63
63
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| A list of security group names to associate with. |`list(any)`|`[]`| no |
@@ -68,7 +68,7 @@ terraform destroy -auto-approve
68
68
| <aname="input_user_data"></a> [user\_data](#input\_user\_data)| User data to provide when launching the instance |`string`|`""`| no |
69
69
| <aname="input_user_data_replace_on_change"></a> [user\_data\_replace\_on\_change](#input\_user\_data\_replace\_on\_change)| To recreate the instance when user\_data is changed |`bool`|`false`| no |
70
70
| <aname="input_userdata"></a> [userdata](#input\_userdata)| User data to provide when launching the instance |`string`|`""`| no |
71
-
| <aname="input_users"></a> [users](#input\_users)| Custom user accounts of the instance |`map`| <pre>{<br> "retool": {<br> "ssh-keys": []<br> }<br>}</pre> | no |
71
+
| <aname="input_users"></a> [users](#input\_users)| Custom user accounts of the instance |`map`| <pre>{<br/> "retool": {<br/> "ssh-keys": []<br/> }<br/>}</pre> | no |
72
72
| <aname="input_volume_size"></a> [volume\_size](#input\_volume\_size)| Size of the volume in gibibytes (GiB) |`number`|`20`| no |
73
73
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The VPC ID to create security group for bastion host |`string`| n/a | yes |
0 commit comments