hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.72k stars 9.08k forks source link

[New Data Source]: OpenSearch Serverless Collection #28463

Closed mattburgess closed 1 year ago

mattburgess commented 1 year ago

Description

Amazon OpenSearch Serverless is a preview service enabling OpenSearch clusters to be spun up without having to be concerned about the compute or storage requirements.

Collections are used to manage a group of indices that work together to support a given workload.

Requested Resource(s) and/or Data Source(s)

Potential Terraform Configuration

data "aws_opensearchserverless_collection" "example" {
  name        = "example"
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

tkawachi commented 1 year ago

OpenSearch Serverless is now generally available!

https://aws.amazon.com/jp/about-aws/whats-new/2023/01/amazon-opensearch-serverless-available/

github-actions[bot] commented 1 year ago

This functionality has been released in v5.6.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!

github-actions[bot] commented 1 year ago

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.