Skip to content

Commit

Permalink
add log bucket (#4092)
Browse files Browse the repository at this point in the history
* add log bucket

* re-apply missing values

* formatting
  • Loading branch information
robertsweetman authored Nov 21, 2023
1 parent 973cb4e commit d76b2eb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ locals {
custom_kms_key = module.environment.kms_keys["general"].arn
iam_policies = module.baseline_presets.s3_iam_policies
}
csr-nlb-log-bucket = {
custom_kms_key = module.environment.kms_keys["general"].arn
iam_policies = module.baseline_presets.s3_iam_policies
}
}

baseline_ssm_parameters = {
Expand Down

0 comments on commit d76b2eb

Please sign in to comment.