Skip to content

Commit

Permalink
reference correct instance
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Oct 19, 2023
1 parent 7e6b2e1 commit 5a5dd1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ locals {
user_data_raw = base64encode(file("./templates/test-user-data.yaml"))
instance_profile_policies = concat(module.baseline_presets.ec2_instance.config.default.instance_profile_policies, ["CSRWebServerPolicy"])
})
cloudwatch_metric_alarms = local.app_ec2_cloudwatch_metric_alarms
cloudwatch_metric_alarms = local.web_ec2_cloudwatch_metric_alarms

instance = merge(module.baseline_presets.ec2_instance.instance.default, {
vpc_security_group_ids = ["web", "domain", "jumpserver"]
Expand Down

0 comments on commit 5a5dd1e

Please sign in to comment.