Skip to content

Commit

Permalink
Cloudwatch metric alarms added to config (#4299)
Browse files Browse the repository at this point in the history
  • Loading branch information
IjazMoJ authored Dec 12, 2023
1 parent 39510bf commit 64e078b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ locals {
}

defaults_ec2 = {
cloudwatch_metric_alarms = local.ec2_cloudwatch_metric_alarms.windows
config = merge(module.baseline_presets.ec2_instance.config.default, {
ami_owner = "self"
ebs_volumes_copy_all_from_ami = false
Expand All @@ -32,6 +33,7 @@ locals {
disable_api_stop = false
vpc_security_group_ids = ["database"]
})
cloudwatch_metric_alarms = local.ec2_cloudwatch_metric_alarms.linux
ebs_volumes = {
"/dev/sdb" = { label = "app" } # /u01
"/dev/sdc" = { label = "app" } # /u02
Expand Down

0 comments on commit 64e078b

Please sign in to comment.