Skip to content

Commit

Permalink
multi_region = true
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Oct 24, 2023
1 parent 621fc52 commit 6af9f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/account/modules/multi_region_kms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ resource "aws_kms_key" "this" {
deletion_window_in_days = var.deletion_window_in_days
enable_key_rotation = var.enable_key_rotation
policy = var.key_policy
multi_region = true

provider = aws.primary
}
Expand Down

0 comments on commit 6af9f49

Please sign in to comment.