We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7dfef commit 09be585Copy full SHA for 09be585
infrastructure/stacks/account_wide/s3.tf
@@ -110,7 +110,7 @@ module "trust_store_s3_bucket" {
110
source = "../../modules/s3"
111
bucket_name = local.s3_trust_store_bucket_name
112
s3_logging_bucket = local.s3_logging_bucket
113
- s3_encryption_key_arn = module.s3_encryption_key.s3_bucket_arn
+ s3_encryption_key_arn = module.s3_encryption_key.arn
114
}
115
116
# IS Performance S3 Bucket
0 commit comments