-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
KMS encryption #105
Labels
wontfix
This will not be worked on
Comments
We may add support for KMS encryption in the future, but we will not make it the default. |
pazaan
pushed a commit
to pazaan/terraform-aws-tfstate-backend
that referenced
this issue
Jul 4, 2024
`sse_encryption` and `kms_master_key_id` variables. * Fixes cloudposse#105
pazaan
pushed a commit
to pazaan/terraform-aws-tfstate-backend
that referenced
this issue
Jul 4, 2024
Add the ability to use KMS encyption through the addition of the `sse_encryption` and `kms_master_key_id` variables. * Fixes cloudposse#105 Clean up documentation
pazaan
pushed a commit
to pazaan/terraform-aws-tfstate-backend
that referenced
this issue
Jul 4, 2024
Add the ability to use KMS encyption through the addition of the `sse_encryption` and `kms_master_key_id` variables. * Fixes cloudposse#105
Gowiem
added a commit
that referenced
this issue
Jul 4, 2024
Add the ability to use KMS encyption through the addition of the `sse_encryption` and `kms_master_key_id` variables. * Fixes #105 Co-authored-by: Lennart Goedhart <lgoedhart-ic@akiliinteractive.com> Co-authored-by: Matt Gowie <gowie.matt@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
KMS encryption as a default
From bridgecrew
terraform-aws-tfstate-backend/main.tf
Lines 174 to 180 in 7372db1
Should be
where
kms_master_key_id
should be something like ?or simply keep
kms_master_key_id = ""
and set adynamic
forapply_server_side_encryption_by_default
The text was updated successfully, but these errors were encountered: