Skip to content

Commit 09be585

Browse files
committed
chore: FTRS-1681 Add kms option to s3 module initally for truststore s3
1 parent 2f7dfef commit 09be585

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/stacks/account_wide

1 file changed

+1
-1
lines changed

infrastructure/stacks/account_wide/s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module "trust_store_s3_bucket" {
110110
source = "../../modules/s3"
111111
bucket_name = local.s3_trust_store_bucket_name
112112
s3_logging_bucket = local.s3_logging_bucket
113-
s3_encryption_key_arn = module.s3_encryption_key.s3_bucket_arn
113+
s3_encryption_key_arn = module.s3_encryption_key.arn
114114
}
115115

116116
# IS Performance S3 Bucket

0 commit comments

Comments
 (0)