Skip to content

Commit

Permalink
don't use custom key
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Dec 15, 2023
1 parent 8de5658 commit ded608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/planetfm/locals_development.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {

baseline_s3_buckets = {
public-lb-logs-bucket = {
custom_kms_key = module.environment.kms_keys["general"].arn
# custom_kms_key = module.environment.kms_keys["general"].arn
iam_policies = module.baseline_presets.s3_iam_policies
}
}
Expand Down

0 comments on commit ded608c

Please sign in to comment.