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.1.3
AWS Provider Version
5.11.0
Affected Resource(s)
Expected Behavior
Changing instance type from instance type
i3.large.search
tor6g.large.search
should work.When the apply is executed it would be expected the domain status to change to
Processing
.Actual Behavior
Apply executes for a while and eventually fails with status code: 500
Domain status doesn't change to
Processing
. StaysActive
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
i3.large.search
instance types on a VPC (withebs_enabled=false
)r6g.large.search
instance typesDebug Output
No response
Panic Output
No response
Important Factoids
i3.large.search
tor6g.large.search
, however fromr6g.large.search
toi3.large.search
doesn'tReferences
No response
Would you like to implement a fix?
None