-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
opensearch/domain: Allow fine-grained access control to be enabled #26503
Conversation
…CheckIAMServiceLinkedRole'.
…CheckIAMServiceLinkedRole'.
…PreCheckIAMServiceLinkedRole'.
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=TestAccOpenSearchDomain_AdvancedSecurityOptions_\|TestAccOpenSearchDomain_basic' PKG=opensearch ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/opensearch/... -v -count 1 -parallel 2 -run=TestAccOpenSearchDomain_AdvancedSecurityOptions_\|TestAccOpenSearchDomain_basic -timeout 180m
=== RUN TestAccOpenSearchDomain_basic
=== PAUSE TestAccOpenSearchDomain_basic
=== RUN TestAccOpenSearchDomain_AdvancedSecurityOptions_userDB
=== PAUSE TestAccOpenSearchDomain_AdvancedSecurityOptions_userDB
=== RUN TestAccOpenSearchDomain_AdvancedSecurityOptions_anonymousAuth
=== PAUSE TestAccOpenSearchDomain_AdvancedSecurityOptions_anonymousAuth
=== RUN TestAccOpenSearchDomain_AdvancedSecurityOptions_iam
=== PAUSE TestAccOpenSearchDomain_AdvancedSecurityOptions_iam
=== RUN TestAccOpenSearchDomain_AdvancedSecurityOptions_disabled
=== PAUSE TestAccOpenSearchDomain_AdvancedSecurityOptions_disabled
=== CONT TestAccOpenSearchDomain_basic
--- PASS: TestAccOpenSearchDomain_AdvancedSecurityOptions_iam (1666.89s)
=== CONT TestAccOpenSearchDomain_AdvancedSecurityOptions_anonymousAuth
--- PASS: TestAccOpenSearchDomain_basic (1694.26s)
=== CONT TestAccOpenSearchDomain_AdvancedSecurityOptions_disabled
--- PASS: TestAccOpenSearchDomain_AdvancedSecurityOptions_disabled (1719.33s)
=== CONT TestAccOpenSearchDomain_AdvancedSecurityOptions_userDB
--- PASS: TestAccOpenSearchDomain_AdvancedSecurityOptions_userDB (1822.06s)
--- PASS: TestAccOpenSearchDomain_AdvancedSecurityOptions_anonymousAuth (5742.65s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/opensearch 5754.942s
This functionality has been released in v4.29.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. |
Community Note
Closes #22955
Output from acceptance testing: