-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Fix ES domain creation when transient errors occur #11663
Conversation
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.
Hi @obourdon 👋 Thank you for submitting this. A few small things and this should be good to get in. Please let us know if you have any questions or do not have time to implement the feedback items.
Strangely I got this error running acceptance tests on eu-west-1 zone:
|
@obourdon that one has occasionally shown up in our daily acceptance testing from us-west-2 as well -- we should probably create a GitHub issue to capture it for eventual fixing. |
Oops, I now know that this error sometimes occurs (see comment above) but it seems like
|
1 similar comment
Oops, I now know that this error sometimes occurs (see comment above) but it seems like
|
Horray!!!!
|
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.
LGTM, thanks @obourdon 🚀
--- PASS: TestAccAWSElasticSearchDomain_basic (579.31s)
--- PASS: TestAccAWSElasticSearchDomain_v23 (669.14s)
--- PASS: TestAccAWSElasticSearchDomain_NodeToNodeEncryption (701.33s)
--- PASS: TestAccAWSElasticSearchDomain_encrypt_at_rest_default_key (932.47s)
--- PASS: TestAccAWSElasticSearchDomain_policy (940.40s)
--- PASS: TestAccAWSElasticSearchDomain_tags (950.35s)
--- PASS: TestAccAWSElasticSearchDomain_LogPublishingOptions (1091.94s)
--- PASS: TestAccAWSElasticSearchDomain_vpc (1095.74s)
--- PASS: TestAccAWSElasticSearchDomain_complex (1244.80s)
--- PASS: TestAccAWSElasticSearchDomain_duplicate (1605.50s)
--- PASS: TestAccAWSElasticSearchDomainPolicy_basic (1677.87s)
--- PASS: TestAccAWSElasticSearchDomain_CognitoOptionsUpdate (2106.02s)
--- PASS: TestAccAWSElasticSearchDomain_encrypt_at_rest_specify_key (2164.41s)
--- PASS: TestAccAWSElasticSearchDomain_CognitoOptionsCreateAndRemove (2317.78s)
--- PASS: TestAccAWSElasticSearchDomain_vpc_update (2333.84s)
--- PASS: TestAccAWSElasticSearchDomain_internetToVpcEndpoint (2334.14s)
--- PASS: TestAccAWSElasticSearchDomain_update (2357.92s)
--- PASS: TestAccAWSElasticSearchDomain_withDedicatedMaster (3018.87s)
--- PASS: TestAccAWSElasticSearchDomain_update_version (2838.61s)
--- PASS: TestAccAWSElasticSearchDomain_update_volume_type (3488.42s)
--- PASS: TestAccAWSElasticSearchDomain_ClusterConfig_ZoneAwarenessConfig (5392.78s)
@bflad many thanks for integrating this |
This has been released in version 2.47.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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! |
Fix for issue #7725
Community Note
Closes #7725
Release note for CHANGELOG:
Output from acceptance testing: