Skip to content

Commit

Permalink
Merge pull request #88 from cloudmitigator/dev-kms-key-rotation
Browse files Browse the repository at this point in the history
Patch: Enable kms key rotation
  • Loading branch information
mcbanderson authored Apr 9, 2020
2 parents 30cb5c3 + 745cb2a commit b895108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/reflex_kms_key/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ data "aws_region" "current" {}
resource "aws_kms_key" "reflex_key" {
description = "Reflex KMS Key"
deletion_window_in_days = 7
enable_key_rotation = true
policy = <<EOF
{
"Version": "2012-10-17",
Expand Down

0 comments on commit b895108

Please sign in to comment.