Skip to content

Commit

Permalink
add export bucket kms arn (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit authored Dec 4, 2023
1 parent 46a20f1 commit 5e97ebc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ data "aws_iam_policy_document" "s3_to_s3_copier_lambda" {
resources = [
var.rds_export_storage_bucket_arn,
"${var.rds_export_storage_bucket_arn}/*",
var.rds_export_storage_kms_key_arn,
var.zone_kms_key_arn,
var.zone_bucket_arn,
"${var.zone_bucket_arn}/*",
Expand Down

0 comments on commit 5e97ebc

Please sign in to comment.