Open lukehsiao opened 1 month ago
feat: support multi_az_with_standby_enabled for opensearch
multi_az_with_standby_enabled
Note that this bumps the minimum hashicorp/aws provider version to 5.15.0, where this parameter was introduced [1].
hashicorp/aws
The README diff was generated with make init and make readme, and introduces some minor unrelated changes.
make init
make readme
Closes: https://github.com/cloudposse/terraform-aws-elasticsearch/issues/195
This PR simply exposes a new variable (multi_az_with_standby_enabled) for OpenSearch clusters.
This is the recommended setting by AWS, so it makes sense to be able to do this via terraform.
Closes: #195
/terratest
I see some test failures, but looking at the logs, they don't look directly related to my change. If I'm responsible for getting these to passing, could anyone provide some guidance?
feat: support
multi_az_with_standby_enabled
for opensearchNote that this bumps the minimum
hashicorp/aws
provider version to 5.15.0, where this parameter was introduced [1].The README diff was generated with
make init
andmake readme
, and introduces some minor unrelated changes.Closes: https://github.com/cloudposse/terraform-aws-elasticsearch/issues/195
what
This PR simply exposes a new variable (
multi_az_with_standby_enabled
) for OpenSearch clusters.why
This is the recommended setting by AWS, so it makes sense to be able to do this via terraform.
references
Closes: #195