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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ No modules.
65
65
| <aname="input_ami"></a> [ami](#input\_ami)| Specify an AMI to run, if not it will use the latest Amazon Linux, or Windows Server image. |`string`|`""`| no |
66
66
| <aname="input_associate_public_ip_address"></a> [associate\_public\_ip\_address](#input\_associate\_public\_ip\_address)| Assign public IP to the instance. |`bool`|`true`| no |
67
67
| <aname="input_comment"></a> [comment](#input\_comment)| Comment tag to add to all resources |`string`|`""`| no |
68
+
| <aname="input_instance_name_override"></a> [instance\_name\_override](#input\_instance\_name\_override)| Override the name tag provided to the instance. default: <username>-tmp-instance-<randomstring> |`string`|`null`| no |
68
69
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| AWS instance type to create |`string`|`"t3.nano"`| no |
69
70
| <aname="input_key_name"></a> [key\_name](#input\_key\_name)| SSH key pair to use |`string`|`""`| no |
70
71
| <aname="input_subnet_id"></a> [subnet\_id](#input\_subnet\_id)| Subnet to create the instance in |`string`| n/a | yes |
0 commit comments