Skip to content

Commit

Permalink
Update locals.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
wullub committed Oct 16, 2023
1 parent b5e5b72 commit 7074913
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/environments/oasys/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ locals {
cloudwatch_metric_alarms = {}
user_data_cloud_init = module.baseline_presets.ec2_instance.user_data_cloud_init.ssm_agent_ansible_no_tags
autoscaling_schedules = module.baseline_presets.ec2_autoscaling_schedules.working_hours
autoscaling_group = module.baseline_presets.ec2_autoscaling_group.default
autoscaling_group = merge(module.baseline_presets.ec2_autoscaling_group.default, {
desired_capacity = 2
})
lb_target_groups = {}
tags = {
backup = "false" # opt out of mod platform default backup plan
Expand Down

0 comments on commit 7074913

Please sign in to comment.