cfn-lint contribution
A focused upstream fix for a false positive in the legacy Elasticsearch domain instance type enum.
Issue
AWS::Elasticsearch::Domain was checked with OpenSearch .search instance names.
Patch
The fix restores .elasticsearch values for the legacy resource and adds a regression fixture.
Lesson
Small open-source patches are useful because they force careful reading of existing behavior and maintainer expectations.