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
When trying to deploy an auto scaling group with a launch template, terraform does not provide the ability to set cpu options, such as core count or threads per core.
Attempted Solutions
We are currently doing a work-around by deploying our autoscaling group and launch templates, and then modifying the the launch template with the AWS CLI to set the proper core count and threads per core.
Proposal
I would like to have the ability to set the cpuoptions block (similar to the AWS CLI), when creating a launch template in terraform, so I can set the core count and threads per core.
References
None
The text was updated successfully, but these errors were encountered:
Hi @rubelw 👋 Thank you for submitting this. It appears to be a duplicate of the earlier #6522, so to consolidate efforts and discussions, I'm going to close this in preference of the previous issue.
This issue was originally opened by @rubelw as hashicorp/terraform#23629. It was migrated here as a result of the provider split. The original body of the issue is below.
Current Terraform Version
Use-cases
When trying to deploy an auto scaling group with a launch template, terraform does not provide the ability to set cpu options, such as core count or threads per core.
Attempted Solutions
We are currently doing a work-around by deploying our autoscaling group and launch templates, and then modifying the the launch template with the AWS CLI to set the proper core count and threads per core.
Proposal
I would like to have the ability to set the cpuoptions block (similar to the AWS CLI), when creating a launch template in terraform, so I can set the core count and threads per core.
References
None
The text was updated successfully, but these errors were encountered: