Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_elasticsearch_domain: Extend ebs_options by "Enable encryption at rest" #3121

Closed
ghost opened this issue Jan 24, 2018 · 2 comments
Closed
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/elasticsearch Issues and PRs that pertain to the elasticsearch service.
Milestone

Comments

@ghost
Copy link

ghost commented Jan 24, 2018

This issue was originally opened by @awuetz as hashicorp/terraform#17178. It was migrated here as a result of the provider split. The original body of the issue is below.


Hi there,

in AWS Elasticsearch domains it it currently possible to "Enable encryption at rest" with a given KMS Key for the configured EBS.
It would be great if terraform could also support this:

resource "aws_elasticsearch_domain" "es" {
[...]
ebs_options {
   enable_encryption = true
   kms_key_id = "abcd"
}
[...]
}

Kind regards,
Alex

@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. service/elasticsearch Issues and PRs that pertain to the elasticsearch service. labels Jan 24, 2018
@bflad
Copy link
Contributor

bflad commented Jan 24, 2018

Hi @awuetz! This enhancement was requested in #2591 and recently was merged into master in #2632. It will be released in v1.8.0 of the AWS provider (expected end of this week). 🎉

@bflad bflad closed this as completed Jan 24, 2018
@bflad bflad added this to the v1.8.0 milestone Jan 24, 2018
@ghost
Copy link
Author

ghost commented Apr 8, 2020

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!

@ghost ghost locked and limited conversation to collaborators Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/elasticsearch Issues and PRs that pertain to the elasticsearch service.
Projects
None yet
Development

No branches or pull requests

1 participant