Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.6.3
AWS Provider Version
5.59.0
Affected Resource(s)
Updating an instance_type for aws_instance does not always work and sometimes the update-in-place operation fails due to https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resize-limitations.html
Expected Behavior
When the user initiates a change to the instance_type that cannot succeed, is it possible to either:
Actual Behavior
terraform apply fails after several minutes of retrying
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Provision "g5.4xlarge" and change to "p4d.24xlarge" and do another
terraform apply
.Debug Output
N/A
Panic Output
N/A
Important Factoids
N/A
References
N/A
Would you like to implement a fix?
No