Skip to content
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

Support credit_specification option for T2.Unlimited instance types #31

Closed
ricohomewood opened this issue May 11, 2018 · 2 comments · Fixed by #35
Closed

Support credit_specification option for T2.Unlimited instance types #31

ricohomewood opened this issue May 11, 2018 · 2 comments · Fixed by #35

Comments

@ricohomewood
Copy link

Support for T2.Unlimited was added to the aws_instance resource with block:

credit_specification {
cpu_credits = "unlimited"
}

as per https://www.terraform.io/docs/providers/aws/r/instance.html#credit-specification
would be good to add this to your module?

@antonbabenko
Copy link
Member

v1.8.0 has been released. Now you can specify cpu_credits = "unlimited" as an argument to the module.

@github-actions
Copy link

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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants