Skip to content

Commit

Permalink
add log groups for ssm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Feb 22, 2024
1 parent b7d2914 commit f484e81
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 f484e81

Please sign in to comment.