v0.42.0
fix(elasticsearch): fix #143 bug to allow the deployment with 0 master nodes @franciscoandrade-unit (#145)
what
- This PR is related to issue #143
- Allow the creation of an AWS OpenSearch domain with 0 master nodes
why
- There is an error when we try to create a domain without providing
dedicated_master_count
anddedicated_master_type
even when thededicated_master_enabled=false
references
- closes #143