-
-
Notifications
You must be signed in to change notification settings - Fork 234
feat: support multi_az_with_standby_enabled for opensearch
#196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Gowiem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One request to confirm before we move this forward 👍
|
/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? |
|
/terratest |
Gowiem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
|
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
|
@lukehsiao the tests for this child module need some action from the @cloudposse team as there is an issue with the tests failing to find some R53 records in their AWS account. I'll bring this up internally to the contributors group and we'll work to get someone on it shortly. Thanks for the patience! |
|
@lukehsiao could you pls fix the code style formatting? |
Apologies. Making the change now. update: this is done. |
Head branch was pushed to by a user without write access
|
/terratest |
|
@goruha looks like we're still failing with the following, can you investigate? Thank you! |
|
💥 This pull request now has conflicts. Could you fix it @lukehsiao? 🙏 |
|
@lukehsiao Hello. |
https://github.com/cloudposse/.github/blob/main/CONTRIBUTING.md It seems someone removed the Makefile, making the CONTRIBUTING guidelines for generating the README incorrect. What's the right way to re-generate the README now? |
|
I regenerated the readme with |
Note 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` and `make readme`, and introduces some minor unrelated changes. [1]: https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5150-august-31-2023 Closes: #195
|
/terratest |
1 similar comment
|
/terratest |
|
These changes were released in v1.0.0. |

feat: support
multi_az_with_standby_enabledfor opensearchNote that this bumps the minimum
hashicorp/awsprovider version to5.15.0, where this parameter was introduced [1].
The README diff was generated with
make initandmake readme, andintroduces some minor unrelated changes.
Closes: #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