cloudposse / terraform-aws-elasticsearch

Terraform module to provision an Elasticsearch cluster with built-in integrations with Kibana and Logstash.
https://cloudposse.com/accelerate
Apache License 2.0
216 stars 231 forks source link

The module currently does not support aws_opensearch_vpc_endpoint config block. #172

Open chas0amx opened 11 months ago

chas0amx commented 11 months ago

Describe the Feature

It was released in aws provider 5.13.0 (https://github.com/hashicorp/terraform-provider-aws/pull/33925) https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md

See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearch_vpc_endpoint for details.

It would be nice to have this feature supported

Expected Behavior

-

Use Case

--

Describe Ideal Solution

--

Alternatives Considered

No response

Additional Context

No response