Skip to content

Commit

Permalink
add log groups for ssm docs (#5147)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Feb 22, 2024
1 parent 0067ce0 commit 22f6227
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terraform/environments/planetfm/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ locals {
}

baseline_acm_certificates = {}
baseline_cloudwatch_log_groups = {}
baseline_cloudwatch_log_groups = merge(
local.ssm_doc_cloudwatch_log_groups, {}
)

baseline_ec2_autoscaling_groups = {}
baseline_ec2_instances = {}
baseline_iam_policies = {
Expand Down

0 comments on commit 22f6227

Please sign in to comment.