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_ami"></a> [ami](#input\_ami)| ID of AMI to use for the instance |`string`| n/a | yes |
111
111
| <aname="input_associate_public_ip_address"></a> [associate\_public\_ip\_address](#input\_associate\_public\_ip\_address)| If true, the EC2 instance will have associated public IP address |`bool`|`null`| no |
112
+
| <aname="input_cpu_core_count"></a> [cpu\_core\_count](#input\_cpu\_core\_count)| Sets the number of CPU cores for an instance. |`number`|`null`| no |
112
113
| <aname="input_cpu_credits"></a> [cpu\_credits](#input\_cpu\_credits)| The credit option for CPU usage (unlimited or standard) |`string`|`"standard"`| no |
114
+
| <aname="input_cpu_threads_per_core"></a> [cpu\_threads\_per\_core](#input\_cpu\_threads\_per\_core)| Sets the number of CPU threads per core for an instance (has no effect unless cpu\_core\_count is also set). |`number`|`null`| no |
113
115
| <aname="input_disable_api_termination"></a> [disable\_api\_termination](#input\_disable\_api\_termination)| If true, enables EC2 Instance Termination Protection |`bool`|`false`| no |
114
116
| <aname="input_ebs_block_device"></a> [ebs\_block\_device](#input\_ebs\_block\_device)| Additional EBS block devices to attach to the instance |`list(map(string))`|`[]`| no |
115
117
| <aname="input_ebs_optimized"></a> [ebs\_optimized](#input\_ebs\_optimized)| If true, the launched EC2 instance will be EBS-optimized |`bool`|`false`| no |
description="Sets the number of CPU cores for an instance."# This option is only supported on creation of instance type that support CPU Options https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#cpu-options-supported-instances-values
210
+
type=number
211
+
default=null
212
+
}
213
+
214
+
variable"cpu_threads_per_core" {
215
+
description="Sets the number of CPU threads per core for an instance (has no effect unless cpu_core_count is also set)."
0 commit comments