Skip to content
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

aws_opensearch_domain #37237

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

nikhil-goenka
Copy link
Contributor

@nikhil-goenka nikhil-goenka commented May 2, 2024

Description

Relations

Closes #37228

References

Output from Acceptance Testing

% make testacc TESTS=TestAccOpenSearchDomain_ipAddressType PKG=opensearch
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/opensearch/... -v -count 1 -parallel 20 -run='TestAccOpenSearchDomain_ipAddressType'  -timeout 360m
=== RUN   TestAccOpenSearchDomain_ipAddressType
=== PAUSE TestAccOpenSearchDomain_ipAddressType
=== CONT  TestAccOpenSearchDomain_ipAddressType
--- PASS: TestAccOpenSearchDomain_ipAddressType (1922.68s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/opensearch	1943.358s
--- PASS: TestAccOpenSearchDomain_duplicate (1252.70s)
--- PASS: TestAccOpenSearchDomain_Encryption_nodeToNode (1748.47s)
--- PASS: TestAccOpenSearchDomain_v23 (1838.17s)
--- PASS: TestAccOpenSearchDomain_Encryption_atRestSpecifyKey (1896.97s)
--- PASS: TestAccOpenSearchDomain_basic (1953.23s)
--- PASS: TestAccOpenSearchDomain_disappears (1989.73s)
--- PASS: TestAccOpenSearchDomain_Policy_ignoreEquivalent (2147.63s)
--- PASS: TestAccOpenSearchDomain_Policy_addPrincipal (2229.03s)
--- PASS: TestAccOpenSearchDomain_LogPublishingOptions_applicationLogs (2251.51s)
--- PASS: TestAccOpenSearchDomain_LogPublishingOptions_auditLogs (2272.03s)
--- PASS: TestAccOpenSearchDomain_complex (2282.53s)
--- PASS: TestAccOpenSearchDomain_VolumeType_gp3ToGP2 (2385.26s)
--- PASS: TestAccOpenSearchDomain_Policy_basic (2484.17s)
--- PASS: TestAccOpenSearchDomain_Encryption_atRestDefaultKey (2773.21s)
--- PASS: TestAccOpenSearchDomain_Cluster_multiAzWithStandbyEnabled (2811.02s)
--- PASS: TestAccOpenSearchDomain_softwareUpdateOptions (2556.45s)
--- PASS: TestAccOpenSearchDomain_VolumeType_missing (1785.19s)
--- PASS: TestAccOpenSearchDomain_CognitoOptions_update (3873.74s)
--- PASS: TestAccOpenSearchDomain_offPeakWindowOptions (2060.36s)
--- PASS: TestAccOpenSearchDomain_tags (2022.30s)
--- PASS: TestAccOpenSearchDomain_LogPublishingOptions_searchSlowLogs (2188.08s)
--- PASS: TestAccOpenSearchDomain_AdvancedSecurityOptions_iam (2053.52s)
--- PASS: TestAccOpenSearchDomain_AdvancedSecurityOptions_disabled (2507.52s)
--- PASS: TestAccOpenSearchDomain_Encryption_atRestEnableLegacy (5436.36s)
--- PASS: TestAccOpenSearchDomain_customEndpoint (2093.44s)
--- PASS: TestAccOpenSearchDomain_ipAddressType (1911.79s)
--- PASS: TestAccOpenSearchDomain_Encryption_atRestEnable (6059.44s)
--- PASS: TestAccOpenSearchDomain_LogPublishingOptions_indexSlowLogs (2137.03s)
--- PASS: TestAccOpenSearchDomain_Cluster_coldStorage (4023.20s)
--- PASS: TestAccOpenSearchDomain_AdvancedSecurityOptions_userDB (2363.94s)
--- PASS: TestAccOpenSearchDomain_Cluster_update (4501.80s)
--- PASS: TestAccOpenSearchDomain_autoTuneOptions (1925.68s)
--- PASS: TestAccOpenSearchDomain_versionUpdate (5680.17s)
--- PASS: TestAccOpenSearchDomain_AdvancedSecurityOptions_anonymousAuth (4959.98s)
--- PASS: TestAccOpenSearchDomain_requireHTTPS (2059.42s)
--- PASS: TestAccOpenSearchDomain_Encryption_nodeToNodeEnableLegacy (5282.78s)
--- PASS: TestAccOpenSearchDomain_Encryption_nodeToNodeEnable (5414.43s)
--- PASS: TestAccOpenSearchDomain_VPC_update (5945.41s)
...

Copy link

github-actions bot commented May 2, 2024

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added size/M Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/opensearch Issues and PRs that pertain to the opensearch service. labels May 2, 2024
@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label May 2, 2024
@justinretzolk justinretzolk added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. service/opensearch Issues and PRs that pertain to the opensearch service. size/M Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: Add support for IPAddressType for OpenSearch domains
2 participants