-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to allocate dedicated hosts for VMs #10752
Comments
Perfect timing @paultyng . I just got done writing some boto3 to support this in my build pipeline... having it in terraform would be ideal, i forgot life without TFSTATE |
My PR #10817 is ready for review, let me know if there's any way I can help further with getting this functionality added! |
Just want to add that this new resource would be mega useful to have as Mac instances are now available. Mac instances require dedicated host of type Otherwise we will have to stick to using CLI:
|
@marcincuber As a workaround, note that you can call cloudformation from terraform:
This is actually what this module from the registry does: |
Hello! Is there anything we can do to help accelerate this work? It looks like there is a PR waiting to be merged that adds this functionality. |
This functionality has been released in v3.61.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Add ability to allocate dedicated hosts for VMs.
API Methods: AllocateHosts, ReleaseHosts, ModifyHosts, DescribeHosts.
(Note that these methods seem to work in aggregate, not sure if they can easily be unwound to a singular resource).
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: