idealo/terraform-aws-opensearch

[feature request] Allow an alternative name for the custom endpoint

egarbi opened this issue ยท 6 comments

The module will create a new cluster named "cluster_name" and create a custom endpoint based on that name. That's fine but allowing us to pass an alternative name will allow us to import an existing module into terraform.

If you are fine with this feature I can push a PR

Hi @egarbi, pull requests are always welcome!

Is it possible to have the option to just have a private endpoint for those who are not allowed to use public Hosted Endpoints?

Hi @svanschalkwyk,

Sure of course you can use a private DNS zone when you don't want/can use a public endpoint: https://github.com/idealo/terraform-aws-opensearch#input_cluster_domain_private

Much appreciated!

egarbi commented

@steveteuber can you review the PR, please?

๐ŸŽ‰ This issue has been resolved in version 1.4.2 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€