-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
resource/aws_elasticsearch_domain: Support three Availability Zone awareness #9398
Conversation
…e awareness enabled.
… cluster each time.
…er-aws into jtcressy-master
…enessConfig Output from acceptance testing: ``` --- PASS: TestAccAWSElasticSearchDomain_ClusterConfig_ZoneAwarenessConfig (5351.81s) ```
…t to 2 to match API
…arenessConfig import testing The resource ID is an ARN and when used during import, returns an error that cannot be parsed by the AWS Go SDK: ``` --- FAIL: TestAccAWSElasticSearchDomain_ClusterConfig_ZoneAwarenessConfig (1020.88s) testing.go:568: Step 1 error: SerializationError: failed to unmarshal response error status code: 400, request id: caused by: UnmarshalError: error message missing ``` Instead, set the import test ID to the match domain name.
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.
This looks good - nicely done.
* Allow use of 3 availability zones after hashicorp/terraform-provider-aws#9398 * Update module documentation * Move zone_awareness out of zone_awareness_config * Add an extra az to th tfvars * Revert "Add an extra az to th tfvars" This reverts commit cdc0d26.
* Allow use of 3 availability zones after hashicorp/terraform-provider-aws#9398 * Update module documentation * Move zone_awareness out of zone_awareness_config * Add an extra az to th tfvars * Revert "Add an extra az to th tfvars" This reverts commit cdc0d26.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #7504
Supersedes #8144
Release note for CHANGELOG:
Output from acceptance testing: