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
+1-2
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,6 @@ Available targets:
247
247
| <aname="input_external_network_interfaces"></a> [external\_network\_interfaces](#input\_external\_network\_interfaces)| The external interface definitions to attach to the instances. This depends on the instance type | <pre>list(object({<br> delete_on_termination = bool<br> device_index = number<br> network_card_index = number<br> network_interface_id = string<br> }))</pre> |`null`| no |
248
248
| <aname="input_id_length_limit"></a> [id\_length\_limit](#input\_id\_length\_limit)| Limit `id` to this many characters (minimum 6).<br>Set to `0` for unlimited length.<br>Set to `null` for keep the existing setting, which defaults to `0`.<br>Does not affect `id_full`. |`number`|`null`| no |
249
249
| <aname="input_instance_initiated_shutdown_behavior"></a> [instance\_initiated\_shutdown\_behavior](#input\_instance\_initiated\_shutdown\_behavior)| Specifies whether an instance stops or terminates when you initiate shutdown from the instance. Can be one of 'stop' or 'terminate'. |`string`|`null`| no |
250
-
| <aname="input_instance_market_options_enabled"></a> [instance\_market\_options\_enabled](#input\_instance\_market\_options\_enabled)| Wheter to enable the purchasing option for the instances |`bool`|`false`| no |
251
250
| <aname="input_instance_profile"></a> [instance\_profile](#input\_instance\_profile)| A pre-defined profile to attach to the instance (default is to build our own) |`string`|`""`| no |
252
251
| <aname="input_instance_profile_enabled"></a> [instance\_profile\_enabled](#input\_instance\_profile\_enabled)| Whether an IAM instance profile is created to pass a role to an Amazon EC2 instance when the instance starts |`bool`|`true`| no |
253
252
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| The type of the instance |`string`|`"t2.micro"`| no |
@@ -327,7 +326,7 @@ Available targets:
327
326
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| EC2 instance Security Group ID |
328
327
| <aname="output_security_group_ids"></a> [security\_group\_ids](#output\_security\_group\_ids)| IDs on the AWS Security Groups associated with the instance |
329
328
| <aname="output_security_group_name"></a> [security\_group\_name](#output\_security\_group\_name)| EC2 instance Security Group name |
330
-
| <aname="output_spot_instance_request_id"></a> [spot\_instance\_request\_id](#output\_spot\_instance\_request\_id)|the ID of the Spot Instance request |
329
+
| <aname="output_spot_instance_request_id"></a> [spot\_instance\_request\_id](#output\_spot\_instance\_request\_id)| ID of the Spot Instance request |
331
330
| <aname="output_ssh_key_pair"></a> [ssh\_key\_pair](#output\_ssh\_key\_pair)| Name of the SSH key pair provisioned on the instance |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,6 @@
88
88
| <aname="input_external_network_interfaces"></a> [external\_network\_interfaces](#input\_external\_network\_interfaces)| The external interface definitions to attach to the instances. This depends on the instance type | <pre>list(object({<br> delete_on_termination = bool<br> device_index = number<br> network_card_index = number<br> network_interface_id = string<br> }))</pre> |`null`| no |
89
89
| <aname="input_id_length_limit"></a> [id\_length\_limit](#input\_id\_length\_limit)| Limit `id` to this many characters (minimum 6).<br>Set to `0` for unlimited length.<br>Set to `null` for keep the existing setting, which defaults to `0`.<br>Does not affect `id_full`. |`number`|`null`| no |
90
90
| <aname="input_instance_initiated_shutdown_behavior"></a> [instance\_initiated\_shutdown\_behavior](#input\_instance\_initiated\_shutdown\_behavior)| Specifies whether an instance stops or terminates when you initiate shutdown from the instance. Can be one of 'stop' or 'terminate'. |`string`|`null`| no |
91
-
| <aname="input_instance_market_options_enabled"></a> [instance\_market\_options\_enabled](#input\_instance\_market\_options\_enabled)| Wheter to enable the purchasing option for the instances |`bool`|`false`| no |
92
91
| <aname="input_instance_profile"></a> [instance\_profile](#input\_instance\_profile)| A pre-defined profile to attach to the instance (default is to build our own) |`string`|`""`| no |
93
92
| <aname="input_instance_profile_enabled"></a> [instance\_profile\_enabled](#input\_instance\_profile\_enabled)| Whether an IAM instance profile is created to pass a role to an Amazon EC2 instance when the instance starts |`bool`|`true`| no |
94
93
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| The type of the instance |`string`|`"t2.micro"`| no |
@@ -168,6 +167,6 @@
168
167
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| EC2 instance Security Group ID |
169
168
| <aname="output_security_group_ids"></a> [security\_group\_ids](#output\_security\_group\_ids)| IDs on the AWS Security Groups associated with the instance |
170
169
| <aname="output_security_group_name"></a> [security\_group\_name](#output\_security\_group\_name)| EC2 instance Security Group name |
171
-
| <aname="output_spot_instance_request_id"></a> [spot\_instance\_request\_id](#output\_spot\_instance\_request\_id)|the ID of the Spot Instance request |
170
+
| <aname="output_spot_instance_request_id"></a> [spot\_instance\_request\_id](#output\_spot\_instance\_request\_id)| ID of the Spot Instance request |
172
171
| <aname="output_ssh_key_pair"></a> [ssh\_key\_pair](#output\_ssh\_key\_pair)| Name of the SSH key pair provisioned on the instance |
description="Wheter to enable the purchasing option for the instances"
63
-
default=false
64
-
}
65
-
66
60
variable"market_type" {
67
61
type=string
68
62
description="(Optional) Type of market for the instance. Valid values are `spot` and `capacity-block`. Defaults to `spot`. Required if a non-empty value is provided for `spot_options_attributes`."
Copy file name to clipboardExpand all lines: variables.tf
-6
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,6 @@ variable "burstable_mode" {
46
46
default=null
47
47
}
48
48
49
-
variable"instance_market_options_enabled" {
50
-
type=bool
51
-
description="Whether to enable the purchasing option for the instances"
52
-
default=false
53
-
}
54
-
55
49
variable"market_type" {
56
50
type=string
57
51
description="Type of market for the instance. Valid values are `spot` and `capacity-block`. Defaults to `spot`. Required if a non-empty value is provided for `spot_options_attributes`."
0 commit comments