Terraform-provider-aws: data aws_elasticsearch_domain support

Created on 12 Mar 2019  ·  3Comments  ·  Source: hashicorp/terraform-provider-aws

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Terraform should support data "aws_elasticsearch_domain" to get attributes for an existing domain.

New or Affected Resource(s)

  • aws_elasticsearch_domain

Potential Terraform Configuration

data "aws_elasticsearch_domain" "example" {
  name = "example-domain"
}
enhancement servicelasticsearch

Most helpful comment

I working on this issue.

All 3 comments

I working on this issue.

@kterada0509 any update?

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

Was this page helpful?
0 / 5 - 0 ratings