-
Notifications
You must be signed in to change notification settings - Fork 189
AWS clusters default provider_encrypt_ebs_volume to false #40
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
Comments
@mattt416 agreed. @marinsalinas / @PacoDw can we get this corrected to the same default as the underlying system? |
marinsalinas
added a commit
that referenced
this issue
Oct 8, 2019
fix-#40: added true value by defualt on provider_encrypt_ebs_volume attr
@PacoDw Apologies for delayed reply, was away on vacation when you posted your previous comment. I've since tested this (using 0.3.0 release) and all looks good. Thank you! |
@mattt416 Don't worry about it :) I'm glad that everything is okay for you! 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey folks,
If I omit
provider_encrypt_ebs_volume
in my resource definition for an AWS cluster, this value defaults tofalse
. However, the Atlas API defaults this totrue
.I think it would also be beneficial to remove
provider_encrypt_ebs_volume: false
from the Example AWS cluster in the mongodbatlas_cluster docs as encrypting your volume is the preferred config.Thanks!
The text was updated successfully, but these errors were encountered: