Add support for AWS ElasticSearch custom endpoint
https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-customendpoint.html
Requires AWS SDK v1.35.22:
Potential syntax:
resource "aws_elasticsearch_domain" "example" {
domain_endpoint_options {
custom_endpoint_enabled = true
custom_endpoint = "example.com"
custom_endpoint_certificate_arn = aws_acm_certificate.example.arn
}
}
Hi @ewbankkit. I can try to implement it. :smiley:
Most helpful comment
Hi @ewbankkit. I can try to implement it. :smiley: