-
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
Adds missing anonymous_auth_enabled parameter #26746
Adds missing anonymous_auth_enabled parameter #26746
Conversation
Hi, Any news regarding this PR? |
Hi, can someone please confirm if this issue is fixed? |
We encountered the same problem and are stuck with an old provider version - a merge and release of the PR would really be appreciated! |
Any ETA for merging this PR? This fixes a critical issue for my team. |
@justinretzolk help would be appreciated, thanks. |
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Thanks @ewbankkit for take over and pushing this issue. |
727df7e
to
31c5113
Compare
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 🚀.
% make testacc TESTARGS='-run=TestAccOpenSearchDomainDataSource_Data_advanced' PKG=opensearch ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/opensearch/... -v -count 1 -parallel 3 -run=TestAccOpenSearchDomainDataSource_Data_advanced -timeout 180m
=== RUN TestAccOpenSearchDomainDataSource_Data_advanced
=== PAUSE TestAccOpenSearchDomainDataSource_Data_advanced
=== CONT TestAccOpenSearchDomainDataSource_Data_advanced
--- PASS: TestAccOpenSearchDomainDataSource_Data_advanced (2452.31s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/opensearch 2457.830s
@dpattmann Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.59.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
The function
flattenAdvancedSecurityOptions
, used from theaws_opensearch_domain
resource, tries to setanonymous_auth_enabled
to a boolean value but the field is missing in the data resource model. This PR adds this field to the data resource.Community Note
Closes #26668
Output from acceptance testing: