Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TM-720: endpoint monitoring improvements #8792

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
simplify code
  • Loading branch information
drobinson-moj committed Nov 25, 2024

Verified

This commit was signed with the committer’s verified signature.
drobinson-moj Dominic Robinson
commit 81b1c4408ab81ecd1249e639919dab9f39925db3
Original file line number Diff line number Diff line change
@@ -664,32 +664,24 @@ locals {
}
})
http-7770 = merge(local.lbs.rxy.listeners.http-7770, {
alarm_target_group_names = ["pp-csr-w-34-7770"]
cloudwatch_metric_alarms = {}
default_action = {
type = "forward"
target_group_name = "pp-csr-w-34-7770"
}
})
http-7771 = merge(local.lbs.rxy.listeners.http-7771, {
alarm_target_group_names = ["pp-csr-w-34-7771"]
cloudwatch_metric_alarms = {}
default_action = {
type = "forward"
target_group_name = "pp-csr-w-34-7771"
}
})
http-7780 = merge(local.lbs.rxy.listeners.http-7780, {
alarm_target_group_names = ["pp-csr-w-34-7780"]
cloudwatch_metric_alarms = {}
default_action = {
type = "forward"
target_group_name = "pp-csr-w-34-7780"
}
})
http-7781 = merge(local.lbs.rxy.listeners.http-7781, {
alarm_target_group_names = ["pp-csr-w-34-7781"]
cloudwatch_metric_alarms = {}
default_action = {
type = "forward"
target_group_name = "pp-csr-w-34-7781"