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 |
54
+
| <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 |
55
+
| <aname="input_ssh_keys"></a> [ssh\_keys](#input\_ssh\_keys)| SSH public keys to add to the image |`list(any)`|`[]`| no |
56
+
| <aname="input_subnet_id"></a> [subnet\_id](#input\_subnet\_id)| The VPC subnet ID to launch in EC2 bastion host |`string`| n/a | yes |
57
+
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resource |`map(any)`|`{}`| no |
58
+
| <aname="input_ubuntu_version"></a> [ubuntu\_version](#input\_ubuntu\_version)| Ubuntu Server Version |`string`|`"20.04"`| no |
59
+
| <aname="input_user_data"></a> [user\_data](#input\_user\_data)| User data to provide when launching the instance |`string`|`""`| no |
60
+
| <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 |
61
+
| <aname="input_userdata"></a> [userdata](#input\_userdata)| User data to provide when launching the instance |`string`|`""`| no |
62
+
| <aname="input_volume_size"></a> [volume\_size](#input\_volume\_size)| Size of the volume in gibibytes (GiB) |`number`|`20`| no |
63
+
| <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